added optional argument to runn-simulation

svn: r7360
This commit is contained in:
Matthias Felleisen 2007-09-17 13:44:46 +00:00
parent 0cce6efb54
commit 4c4ea6e669

View File

@ -15,6 +15,12 @@ students to simulate a small world of animated drawings and games:
<code>create-image</code> generates. The result is a simple animation.
</p>
<p>Optional: the function consumes an optional fifth argument, a
boolean. If this argument is <code>false</code> or missing,
<code>run-simulation</code> acts as described; if it is present and
<code>true</code>, the function can create an animated GIF of the
simulation after you stop it.</p>
<p><b>Example:</b>
<pre>
<code>