# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #72914] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=72914 >
<masak> rakudo: my @a = (4...^5); say @a.perl # should be 4 3 2 1 0 1 2 3 4, according to TimToady <p6eval> rakudo 5d43a3: OUTPUT«[4, 3, 2, 1]» * masak submits rakudobug