Open
Load a file into Donkey by copying each expression into a separate
block. Donkey places comments in the same block as the following
expression.
If the Eval On Load option is set, each
expression is evaluated as it is loaded (Section 4.3).
Load as Primitive
Load a file directly into Donkey's underlying environment. Any
functions that are made primitive in this way are no longer
available for stepping in Donkey. This action can also be performed
by executing the expression (load-primitive
<filename-string>).
Save
Save the contents of each block into the last file
referred to by Save As or Open. If there is no such
file, it prompts the user for a file name. Only expressions and
comments in the edit area are saved, not information having to do
with stepping or history.
Save As
Same as Save, but always prompts for a filename.
Print
Prints the workspace of Donkey exactly as it appears to
either a printer or a file.
Close
Closes Donkey's window but does not shutdown the process. This menu
item is only available if Donkey is started from the DrScheme
Tool menu. See Section 7 for more information.
Exit
Exits Donkey. If Donkey is run from DrScheme, DrScheme is exited as
well.