Jarkko Hietaniemi <[EMAIL PROTECTED]> wrote:
> $ cat big.pasm
>new P0, .BigInt
>set P0, 18446744073709551615
>print P0
>print "\n"
>end
> $ ./parrot ~/big.pasm
> 9223372036854775807
> $
> This on a 64-bit system (tru64 alpha), substitute 4294967295 for the
> 184467440737095516
# New Ticket Created by Jarkko Hietaniemi
# Please include the string: [perl #30896]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=30896 >
$ cat big.pasm
new P0, .BigInt
set P0, 18446744073709551615
print P0