Syntax:
break

Description:
The break statement must be inside a statement block that is the body-statement of a looping statement.  When the break statement is executed, any statements after it are skipped, looping is stopped and execution continues with any statements after the loop.