Syntax:
Part | Description |
<Condition> | Optional. This is an expression that returns true or false. |
<ConditionType> | Optional. This is can either be While (loops while the condition is true) or Until (loops until the condition is true). |
Notes: If a condition isn't specified, the only way to exit the loop is with the Exit command.
Example: