From: Martin DeMello Date: 2006-09-03T05:45:56+09:00 Subject: Re: When clever is stupid [RANT] On 9/2/06, Joel VanderWerf wrote: > > Going further OT, but you can omit the "true": > > result = case > when a == b: 0 > when a < b : 1 > when a > b : -1 > end Why does this work? martin