John Porter <[EMAIL PROTECTED]> writes:

> I think this should mean what it means in Icon, namely, that
> $x < $y  evaluates to false if $x >= $y, and evaluates to
> "$y (but true)" if $x < $y. 

Icon also allows $x == ( 1 | 2 ), meaning ($x == 1) || ($x == 2).

-- Johan

Reply via email to