From: Sebastian Hungerecker Date: 2009-01-10T12:51:49+09:00 Subject: Re: value of an expression? Pascal J. Bourguignon wrote: > Why is it not equivalent to: > >     s = if (1 + 1 != 2) >           s = "suprising" >         end > > ? Because of precedence. If you'd write s = ("surprising" if (1+1!=2)), it would be equivalent to the above. > (rethorical question). Oops. -- Jabber: sepp2k@jabber.org ICQ: 205544826