Difference between revisions of "Halt"

From Wiki
Jump to: navigation, search
m
Line 8: Line 8:
 
</pre>
 
</pre>
  
{{footer}}
+
{{footer|*[[Stop]]}}

Revision as of 09:20, 18 September 2005

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