Command group | Flag affected | Reversible | Execute on client | Platform(s) |
---|---|---|---|---|
Constructs | NO | NO | YES | All |
Break to end of loop
This command terminates a Repeat, While or For loop, passing control to the command following the Until, End While or End For command. An If command is usually placed before the Break to end of loop to determine the condition under which a break occurs.