# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62172] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62172 >
<masak> perl6: my @a = 1..8; sub foo(@a) { say +...@a; bar(@a) }; sub bar(@a) { say +...@a }; foo(@a) <p6eval> rakudo 35345: OUTPUT«81» <p6eval> ..pugs: OUTPUT«88» <p6eval> ..elf 24854: OUTPUT«11» * masak submits rakudobug