Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!CS.WASHINGTON.EDU!wgg From: wgg@CS.WASHINGTON.EDU (William Griswold) Newsgroups: comp.lang.icon Subject: Re: Case statements and string scanning Message-ID: <9102261911.AA04472@june.cs.washington.edu> Date: 26 Feb 91 19:11:27 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 15 No, there is no ELSEIF in Icon. However, I indent my IF THEN ELSE's differently to allow a more tabular appearance: if t1 then e1 else if t2 then e2 else if t3 then e3 else e4 I don't find this confusing to interpret at all. bill