From: Jeremy Woertink Date: 2007-09-11T07:32:55+09:00 Subject: Re: ++ Help > 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/.