fixed typo in universe.ss
svn: r16792
This commit is contained in:
parent
b50aee633f
commit
66ae1bea49
|
@ -1078,12 +1078,12 @@ Once you have designed a world program, add a function definition
|
||||||
(define (main n)
|
(define (main n)
|
||||||
(big-bang ... (name n) ...))
|
(big-bang ... (name n) ...))
|
||||||
))
|
))
|
||||||
Then in DrScheme's Interactions area, use @scheme[launch-with-many-worlds]
|
Then in DrScheme's Interactions area, use @scheme[launch-many-worlds]
|
||||||
to create several distinctively named worlds:
|
to create several distinctively named worlds:
|
||||||
@(begin
|
@(begin
|
||||||
#reader scribble/comment-reader
|
#reader scribble/comment-reader
|
||||||
(schemeblock
|
(schemeblock
|
||||||
> (launch-with-many-worlds (main "matthew")
|
> (launch-many-worlds (main "matthew")
|
||||||
(main "kathi")
|
(main "kathi")
|
||||||
(main "h3"))
|
(main "h3"))
|
||||||
10
|
10
|
||||||
|
|
Loading…
Reference in New Issue
Block a user