exit-application

Causes the application to quit with a return code of exit-code.  This function simply calls exit.

Exported from

Arguments

exit-codeAn 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.