From: Sebastian Hungerecker Date: 2008-01-24T02:59:08+09:00 Subject: Re: strange syntax error in while loop laredotornado wrote: > i++ > end Ruby doesn't have the ++ operator and parses the above as binary plus followed by unary plus, i.e. "i + (+end)". Thus the syntax error. HTH, Sebastian -- Jabber: sepp2k@jabber.org ICQ: 205544826