Halt

From Wiki
Revision as of 19:09, 28 August 2005 by Kedrick Valorite (Talk | contribs)

Jump to: navigation, search

Synopsis

halt

Description

The halt command ends the execution of the script. The script cannot be restarted. This command does exactly the same as stop.

Example

if #findcnt < %amountNeeded
	halt

See also

Main Page Documentation