Subject: [ruby-talk:15592] Re: Parse Error
From: Christian Szegedy <szegedy or.uni-bonn.de>
Date: Thu, 24 May 2001 00:30:07 +0900
Guy Decoux wrote:
> Not valid, ruby don't understand 'a == b == c'
I would have almost answered the same.
My question is:
Shouldn't it be parsed as (a==b)==c, which, of course
would produce a runtime error but no parse error...?
Christian