CIGAL Reference Manual, Chapter 2 (Commands): QUIT

QUIT -- Terminate CIGAL and return to DOS

usage: quit

QUIT is used to terminate the CIGAL session. It can be called at any time, either at the interactive level or from within a macro program.

Before terminating the program, the QUIT command first checks to see if a character string has been assigned to the string variable QUITSTR(4). If it has, then that string is executed by the EXECUTE command. QUITSTR(4) is intended to provide a means for last minute housekeeping before leaving the program. QUITSTR(4) can be set to any legal command sequence, including a call to a macro program if desired. CIGAL terminates when the QUITSTR(4) command sequence has finished.

See Also:
QUITSTR(4)

CIGAL Home, CIGAL Manual, Commands List, Manual Help