Confirmed with shoes policeman (0.r1229) [i686-linux] Oops, I sent that with iGoogle. Stupid thing doesn't even support mailing lists correctly...
On Sun, May 17, 2009 at 1:51 AM, Satoshi Asakawa <[email protected]> wrote: > Hi _why et al, > > I have a question: > 'Umm... red equal blue???' is shown when I run the following snippet. > Strange or correct? > > Shoes.app do > stack do > para "blue is #{blue.inspect}" if rgb(0, 0, 255) == blue > para "red is #{red.inspect}" if rgb(255, 0, 0) == red > para "yellow is #{yellow.inspect}" if rgb(255, 255, 0) == yellow > para "Umm... red equal blue???" if red == blue > para "Umm... blue equal yellow???" if blue == yellow > para "Umm... yellow equal red???" if yellow == red > end > end > > I'm using Shoes 2 (0.r1134) and Windows XP. > > Regards, > ashbb > -- ~devyn
