Subject: | Numbers like ".5" are not parsed correctly |
Distribution: Perl6-Pugs-6.2.3 from CPAN
Is this intentional or is it a bug?
Show quoted text
pugs> $x = 0.5;
0
Show quoted textpugs> $x = .5;
Internal error while running expression:
*** Error:
unexpected "."
expecting term at <interactive> line 1, column 6