Stop

From Wiki
Revision as of 23:49, 13 August 2005 by Snicker7 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

stop

Flow Control

Synopsis

stop

Description

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

Example

gosub s7WasHere
stop

See Also

halt

Main_Page Documentation

Flow Control