|
Exit
Exit[ ] terminates a Mathematica kernel session.
Exit is a synonym for Quit.
Exit terminates the kernel session even if called from within Dialog.
On most computer systems, Exit[n] can be used to pass the integer exit code n to the operating system.
See Section 2.14.1 and Section A.7.5.
See also: Return, $IgnoreEOF.
New in Version 1.
|