fixed indentation of an example
svn: r16409
This commit is contained in:
parent
7c55b23429
commit
aa7a99112e
|
@ -97,7 +97,10 @@ from @scheme[0.0] to @scheme[1.0], and so on.
|
||||||
For example,
|
For example,
|
||||||
|
|
||||||
@schemeblock[
|
@schemeblock[
|
||||||
(play-n (lambda (n1 n2) (cellophane (t "Hello") (* n1 (- 1.0 n2)))))
|
(play-n
|
||||||
|
(lambda (n1 n2)
|
||||||
|
(cellophane (t "Hello")
|
||||||
|
(* n1 (- 1.0 n2)))))
|
||||||
]
|
]
|
||||||
|
|
||||||
generates an animation to fade in the word ``Hello,'' and then pauses
|
generates an animation to fade in the word ``Hello,'' and then pauses
|
||||||
|
|
Loading…
Reference in New Issue
Block a user