exit-application
Causes the application to quit with a return code of
exit-code
. This function simply calls
exit
.
Exported from
Module common-dylan
Module common-extensions
Module operating-system
Arguments
exit-code
An instance of
<integer>
.
Causes the application to quit with a return code of
exit-code
.
The common-dylan module.
Miscellaneous extensions to the Dylan language.
The operating-system module contains functions for dealing with environment variables, the current user, and processes.
The class of integers.