The BREAK command terminates the looping of a statement block executed by DO,
FOR, REPEAT or WHILE commands. A BREAK command only exits from the statement
block in which it is invoked. To exit from nested loop commands separate BREAK
commands for each loop must be used.