Maxima Function
quit ()
Terminates the Maxima session.
Note that the function must be invoked as quit();
or quit()$
,
not quit
by itself.
To stop a lengthy computation,
type control-C
.
The default action is to return to the Maxima prompt.
If *debugger-hook*
is nil
,
control-C
opens the Lisp debugger.
See also debugging
.