Break statement

The break statement has the form
break

If used within a for-loop, a while-loop, a repeat-loop, a switch statement, or a with statement, it end this loop or statement. If used outside such a statement it ends the program (not the game).

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)