# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #58998]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58998 >

r31220:
> say 23_433
23433
> say 23_433.4_4
error:imcc:syntax error, unexpected IDENTIFIER, expecting '\n' ('_433')
        in file 'EVAL_13' line 12
23

Obviously the underscores in the fractional part of the number needs to
be stripped by rakudo before emitting them as PIR.

Moritz

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to