Difference between revisions of "Stop"
From Wiki
Line 1: | Line 1: | ||
− | + | {{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.}} | |
− | ''' | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
==== Example ==== | ==== Example ==== | ||
Line 14: | Line 8: | ||
</pre> | </pre> | ||
− | + | {{footer}} | |
− | { | + | |
− | + | ||
− | + | ||
− | + | ||
− | { | + | |
− | + | ||
− | + | ||
− | + |
Revision as of 09: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 |