Markus <markus / reality.com> wrote: > On Sat, 2004-09-18 at 12:44, Brian Schröäer wrote: > > > :~$ 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 ;) > > What were the criteria again? The declared winner The criterion was to "break i" on loop exit. martin