# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #99734]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=99734 >
<im2ee> rakudo: sub foo { say "$^a is $^b and $^c" }; foo "cake",
"tasty", "so on";
<p6eval> rakudo a979de: OUTPUT«cake is tasty and so on»
<masak> :)
<masak> rakudo: sub foo { say "$^c is $^a and $^b" }; foo "cake",
"tasty", "so on";
<p6eval> rakudo a979de: OUTPUT«tasty is cake and so on»
<masak> o.O
* masak submits rakudobug
I'd have expected that last one to come out as "so on is cake and
tasty". Hence the bulging eye.