|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Quit
Quit[]
terminates a Mathematica kernel session.
DetailsDetails
- Quit[] quits only the Mathematica kernel, not the front end.
- To quit a notebook front end, choose the Quit menu item.
- All kernel definitions are lost when the kernel session terminates.
- If you have kept the definitions in a file or in a notebook you can always reenter them in a subsequent session.
- Before terminating a kernel session, Mathematica executes any delayed value that has been assigned to the global variable $Epilog. Conventionally, this attempts to read in a file
.m of commands to be executed before termination. - On most computer systems, Quit[n] terminates the Mathematica kernel, passing the integer n as an exit code to the operating system.
- Exit is a synonym for Quit.
New in 1 | Last modified in 5
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
