world docs

svn: r6075
This commit is contained in:
Matthias Felleisen 2007-04-28 23:04:33 +00:00
parent 6fd30fc5c1
commit 266aa19c9f

View File

@ -42,6 +42,11 @@ students to simulate a small world of animated drawings and games:
makes it tick every n seconds,
and makes w the first world
<li><code>{(idx big-bang)} : Nat Nat Number World Boolean -> true</code><br>
<code>big-bang</code> takes an optional fifth argument. If it is
<code>true</code>, the world allows the generation of images from the
animation, including an animated GIF image
<li><code>{(idx on-tick-event)} : (World -> World) -> true</code><br>
<code>(on-tick-event tock)</code> means that DrScheme must call <code>tock</code>
on the current world every time the clock ticks; it uses the result as the next world