You can log out of a MaxL session or log on as another user without quitting the shell. You should include a logout statement at the end of MaxL scripts. You need not exit at the end of MaxL script files, or after a session using stream-oriented input from another program’s output.
To log out without exiting the MaxL Shell, enter:
logout;
To exit from the MaxL Shell after using interactive mode, enter:
exit;