From: Michael Bevilacqua-Linn Date: 2007-09-11T07:48:06+09:00 Subject: Re: ++ Help ------=_Part_9361_32332323.1189464483739 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 9/10/07, Jeremy Woertink wrote: > > > > d = 0 > > if (1..90).include? d then > > a = 1 > > b = 4 > > d += 1 > > end > > > Interesting, I didn't know ruby had a "then" keyword. I've only seen it > when I'm doing VB stuff. > > > ~Jeremy > -- > Posted via http://www.ruby-forum.com/. > > ------=_Part_9361_32332323.1189464483739--