Usage:

loop [optional # of times]
loop [optional label]
loop [optional # of times] [optional label]

Example:

loop
loop 5
loop upgrade
loop 2 upgrade

Allows you to repeat your entire script, or using a label repeat parts of a script. No parameter, or a parameter of 0 (ie - loop 0), will repeat the script indefinitely.



ScriptControlStructures

Loop (last edited 2012-10-24 01:29:48 by Romulus)