Difference between revisions of "Stop"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
__NOTOC__
+
{{command header|Flow Control}}
== stop ==
+
{{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.}}
'''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 ====
 
==== Example ====
Line 14: Line 8:
 
</pre>
 
</pre>
  
=== See Also ===
+
{{footer}}
{|
+
| Width=200px | [[halt]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Flow_Control|Flow Control]]
+
|}
+

Revision as of 10:29, 27 August 2005

Synopsis

stop

Description

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 called.

Example

gosub s7WasHere
stop

See also

Main Page Documentation