Nyquist / XLISP 2.0  -  Contents | Tutorials | Examples | Reference

exit


Type:   -   function (subr)
Source:   -   xlsys.c

Syntax

(exit)
returns - never returns

Description

The 'exit' function causes the current XLISP session to be terminated. It never returns.

Examples

(exit)   ; never returns

Note: When XLISP is exited, any dribble transcript file is automatically closed. However, other open files are not closed, and so may lose some information.

See also quit.

  Back to Top


Nyquist / XLISP 2.0  -  Contents | Tutorials | Examples | Reference