From: "Brian Schröder" Date: 2004-09-19T04:44:43+09:00 Subject: Re: [Nuby Question] Return value of while loop. > :~$ irb > irb(main):001:0> (i *= 2) > 100 and break i while i = i || 1 > => 128 You won, and I'm even able to grasp what you have written. So no extra points for obfuscation ;) Cheers, Brian