On Sun Dec 21 08:46:48 2008, masak wrote:
> <pmichaud> even so, we don't want the case of my $a = [].min;
> if $a < 3 { say 'yes'; }
> <pmichaud> because right now "+Inf" is probably treated as < 3
> <pmichaud> rakudo: say "+Inf" < 3;
> <p6eval> rakudo 34203: OUTPUT[1]
> * masak submits rakudobugNow working in r34248, thanks. 20:10 <pmichaud> rakudo: say "+Inf" < 3; 20:10 <p6eval> rakudo 34248: OUTPUT«0» Pm
