Subject: [ruby-talk:15591] Re: Parse error: if (this[x] == this[y] == this[z] and this[x] != '') ?????
From: ts <decoux moulon.inra.fr>
Date: Thu, 24 May 2001 00:12:35 +0900
References:
In-reply-to: "cams89@hotmail.com"'s message of Wed, 23 May 2001 23:41:24 +0900
>>>>> "C" == CAMS <cams89 / hotmail.com> writes:
C> if (this[x] == this[y] == this[z] and this[x] != '')
C> Is this not valid Ruby syntax?
Not valid, ruby don't understand 'a == b == c'
Guy Decoux