Next: Random Numbers
Up: Built-in Parameters
Previous: Will Executors
- exit-handler: parameter for a procedure that takes a single
argument. This exit handler is called by exit.
The default exit handler takes any argument and shuts down MzScheme;
if the argument is a fixnum integer, it is used as the exit code,
otherwise the exit code is 0. (When MzScheme is used within
another application, such as MrEd, the default exit handler may be
remapped internally.)
PLT