# New Ticket Created by  Elizabeth Mattijsen 
# Please include the string:  [perl #124084]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=124084 >


my num $a; say $a
NaN
my num32 $a; say $a
0
my num64 $a; say $a
NaN

Reply via email to