Initializing help system before first use

EXIT

EXIT


Purpose
Terminates the Console Optimizer, returning a zero exit code to the operating system. Alias of QUIT.
Synopsis
EXIT
Example
The command is called simply as:
EXIT
Further information
1. Fatal error conditions return nonzero exit values which may be of use to the host operating system. These are described in Chapter Return Codes and Error Messages.
2. If you wish to return an exit code reflecting the final solution status, then use the STOP command instead.
Related topics