Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!agate!ucbvax!CS.ARIZONA.EDU!ralph From: ralph@CS.ARIZONA.EDU ("Ralph Griswold") Newsgroups: comp.lang.icon Subject: Re: Ignoring failure Message-ID: <9101172143.AA16309@cheltenham.cs.arizona.edu> Date: 17 Jan 91 21:43:13 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 4 You get the effect of {e;} by putting just e on a separate line, provided it's not inside another expression. There are lots of ways to get the effect if e is inside another expression, such as (e | &null). I think that's clearer than {e;}.