next up previous contents
Next: 3.1.10.4 The continue Statement Up: 3.1.10 Controlling the Program Previous: 3.1.10.2 Loop Expressions

3.1.10.3 The break Statement

Any loop expression can be immediately terminated by using the break statement. The program execution is continued at the first MDL expression after the affected loop expression.



Robert Mlekus
1999-11-14