Break

Loops
Aptilis 1

Break

break is used within loops to (abruptly) exit from the loop, or indicate the end of a case block, within a select block.

break is hence used in for, while, repeat loops and select blocks.