Syntax:
exit
Keyword handler:
net.eclecity.linguist.basic.keyword.BasicKExit.class
Runtime handler(s):
net.eclecity.linguist.basic.handler.BasicHExit.class
Function:
Exit the program and return to the operating system (if this is the primary module). Calling exit from any module other than the primary one will only exit that module, not the entire program. You can detect that a module has exited using on exit <module>.
Example(s):
exit