A statement of the form:
LOOP S ENDrepeatedly executes S until it raises the exit-exception. Informally it is like:
TRY S; S; S; ... EXCEPT exit-exception => (*skip*) END
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