MAINSAIL Language Manual, Section 35.1

previous   next   top   complete contents   complete index   framed top   this page unframed


35.1. fastExit

Figure 35–1. fastExit
PROCEDURE   fastExit    (OPTIONAL STRING msg);

fastExit writes msg (if non-Zero) to logFile, then immediately terminates the MAINSAIL session; i.e., MAINSAIL returns control to the program (usually an operating system command interpreter) from which it was invoked.

exit provides a more orderly exit.


previous   next   top   complete contents   complete index   framed top   this page unframed

MAINSAIL Language Manual, Section 35.1