next up previous
Next: 2.3.14 Repeat Up: 2.3 Statements Previous: 2.3.12 If

2.3.13 While

If B is an expression of type BOOLEAN and S is a statement:

    WHILE B DO S END
is shorthand for:
    LOOP IF B THEN S ELSE EXIT END END



m3-support@elego.de