Back Previous Next


Linguist basic package - exit

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>.

See also on and stop.

Example(s):

   exit


Back Previous Next