Action Exit

From ENIGMA
Revision as of 22:44, 2 May 2013 by FrogotoBot (talk | contribs) (→‎Code Equivalent: general cleanup using AWB)
Jump to navigation Jump to search

Description

Action exit.png

Exit

General description of the action, what it does, and how to use it.

Parameters

Parameter Description
none There are no parameters for this action.

Code Equivalent

{ 
  exit; // exit statement
}