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


Hi!

I would expect :16<10> to be an Int like 0x10, but it comes out as a Num:

This is Rakudo Perl 6, version 2010.07-84-g0e5edb5 built on parrot 2.6.0 r48225

Copyright 2008-2010, The Perl Foundation

$ ./perl6
> :16<10>
16
> :16<10>.WHAT
Num()
> :16<10> === 0x10
0

Reply via email to