Break

Break #

Description #

This command is used to break out of the loop.

Syntax #

Break

Example #

For 1→A To 21
If A=3
Then
Break
IfEnd
Next