# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #119659] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=119659 >
<jercos> And apparently 4850761783423467784 mod 256 = 264, so I may be misunderstanding the use of mod vs. % <masak> r: say 4850761783423467784 mod 256 <camelia> rakudo b55712: OUTPUT«264» <masak> what the flying... o.O * masak submits rakudobug It's generally taken for granted that `A mod B`, for a positive B, is in the range 0..^B. So the above answer is wrong.