Difference between revisions of "Stop"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{command header|Flow Control}}
 
{{command header|Flow Control}}
{{body|stop|The ''stop'' command immediately ends execution of all running scripts. This command differes from [[halt]] only in the case of script's and subroutines that are [[call]]ed.}}
+
{{body|stop|The ''stop'' command ends the execution of the script. The script cannot be restarted. This command does exactly the same as [[halt]].}}
  
 
==== Example ====
 
==== Example ====

Revision as of 19:10, 28 August 2005

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

Main Page Documentation