From: cclee@... (Chochain Lee) Date: 2001-10-29T08:40:21+09:00 Subject: [ruby-talk:23699] newbie syntax question? Hi, I ran into something like the following code which gave me a small surprise. Can some explain why? puts (123 && 456).type # => 456 puts ((123 && 456).type) # => Fixnum Thanks, Chochain Lee