[perl #77054] rakudo doesn't like explicit $_ in multi-param signatures

2010-08-07 Thread Patrick R. Michaud via RT
On Fri Aug 06 12:56:24 2010, moritz wrote: > 21:53 < moritz_> rakudo: for .kv -> $k, $_ { .perl.say } > 21:53 <+p6eval> rakudo 0e5edb: OUTPUT«0␤1␤» > 21:53 < moritz_> huh. > 21:54 < moritz_> shouldn't that be "a", "b" ? > 21:54 < moritz_> rakudo: for .kv -> $k, $v { $v.perl.say } > 21:54 <+p6eval>

[perl #77054] rakudo doesn't like explicit $_ in multi-param signatures

2010-08-06 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #77054] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77054 > 21:53 < moritz_> rakudo: for .kv -> $k, $_ { .perl.say } 21:53 <+p6eval> rakudo 0e5edb: O