Phoronix: Perl 6 Unveiled
Perl 6 was unveiled last night in San Francisco by Larry Wall...
Perl 6 was unveiled last night in San Francisco by Larry Wall...
>>> print(.1 + .2 == .3) False >>> print(.1 + .3 == .4) True >>> print(.1 + .4 == .5) True >>> print(.1 + .1 == .2) True
Comment