From: Austin Ziegler Date: 2004-11-12T06:09:49+09:00 Subject: Re: true? & false? On Fri, 12 Nov 2004 05:01:49 +0900, Logan Capaldo wrote: > Well that was just one example, of course I know about unless. I'm not > trying to get into a philosphically argument about unless vs. not v.s > false? The problem I have with unless is its starts looking weird if > its a multiway branch ie > if a > elsif b > elsif c > else In that case -- pun intended -- I use case statements, e.g.: case when a when b when c else end -austin -- Austin Ziegler * halostatue@gmail.com * Alternate: austin@halostatue.ca