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


% perl6
To exit type 'exit' or '^D'
 > my int $i = 10**16;
10000000000000000
 > say $i;
10000000000000000
 > say $i div 4;
468729856
 > say $i / 4;
2500000000000000

This is on a 64-bit build, Rakudo Star 2017.01.

Reply via email to