Exit from the MAXL> prompt after using interactive mode. You can optionally set the exit status variable to a non zero argument to return an exit status to the parent shell.
Note:  | It is not necessary to exit at the end of MaxL script files or stream-oriented input (using the -i switch).  | 
exit;
exit;
Closes the MaxL Shell window or terminal.
exit 10;
Closes the MaxL Shell window or terminal with a return status of 10. You can use this in combination with IfError to return a non zero error status to the parent shell.