[top] [prev] [next]

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

[top] [prev] [next]


[Modula-3 home page]

m3-request@src.dec.com
Last modified on Tue Oct  3 17:29:55 PDT 1995 by heydon
     modified on Mon Apr 18 14:08:38 PDT 1994 by kalsow