Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!UM.CC.UMICH.EDU!Paul_Abrahams%Wayne-MTS From: Paul_Abrahams%Wayne-MTS@UM.CC.UMICH.EDU Newsgroups: comp.lang.icon Subject: Semantics of break break Message-ID: <239317@Wayne-MTS> Date: 22 Jul 90 16:05:30 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 7 The interesting thing about break (break 2) is that the argument of the first break is returned *unevaluated* as the result of the inner loop. Are there any other places in Icon where unevaluated expressions are returned? I can't think of any. Paul Abrahams