From: John Joyce Date: 2007-03-23T22:47:20+09:00 Subject: Re: Question about if in Ruby On Mar 23, 2007, at 9:59 PM, David A. Black wrote: > > Just for completeness (I'm not recommending it), I'll mention that > you can do: > > one_thing if begin > another_thing > a_third_thing > end > > > David Completeness is good. But that is pretty hideous stuff. Starting to look like some cryptic C or ambitious BASIC: logic spaghetti.