next up previous
Next: 2.3.15 With Up: 2.3 Statements Previous: 2.3.13 While

2.3.14 Repeat

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

    REPEAT S UNTIL B
is shorthand for:
    LOOP S; IF B THEN EXIT END END



m3-support@elego.de