>
There's no value -- the assignment fails. It's syntactic sugar for a case statement with the same guard. On Mon, Mar 1, 2010 at 2:05 PM, Vlad Dumitrescu <> wrote: > On Mon, Mar 1, 2010 at 21:00, Garrett Smith <
> wrote: >> A = B when B > C > > Hi! > > What value should A be matched to if B =< C? > > regards, > Vlad >