Skip to main content

EXIT

Format: EXIT


Definitions: EXIT - command placed at the end of a row of script, that stops the remainder of the script rows from being executed.


Example:

if ($a < 5, EXIT)

If $a is less than 5 then stop executing the script