[top] [prev] [next]

Loop

A statement of the form:

    LOOP S END
repeatedly executes S until it raises the exit-exception. Informally it is like:
    TRY S; S; S; ... EXCEPT  exit-exception  => (*skip*)  END

[top] [prev] [next]


[Modula-3 home page]

m3-request@src.dec.com
Last modified on Tue Oct  3 17:26:48 PDT 1995 by heydon
     modified on Mon Apr 18 14:04:28 PDT 1994 by kalsow