The break_statement causes a loop to exit immediately (i.e. a jump is made to the statement immediately after the endwhile, endfor or until(expr);
The syntax of the break_statement is as follows:
break ;