Break

Exit a loop. This command is valid within a Do, For, or ForEach loop. It cancels the current iteration and all iterations that would follow, and continues execution immediately after the Loop or Next keyword.

Since: PCC 1.0.6, PCC2 1.99.9

See also: Elementary Commands