Usage:

stop

Example:

stop

Allows you to stop a script at that line, so further processing of lines will not take place. Functions exactly the same as End.

ifgoto (10 > 11) stopTest
stop

label stopTest
print This line will never print because 10 is not greater than 11, and the 'stop' above will stop the script


ScriptControlStructures

Stop (last edited 2012-10-29 17:25:28 by Inanna)