Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fudge "{$_}" for ...
  • Loading branch information
TimToady committed Nov 7, 2014
1 parent cd74a7c commit eee416a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S04-statement-modifiers/for.t
Expand Up @@ -124,6 +124,8 @@ is ((sub r { "OH HAI" })() for 5), "OH HAI", 'Anon sub in statement modifier for
is @y, ('\&', 'a\&', '\&b'), 'can assign to $_ in a statement_mod "for" loop (2)';
}

# RT #100746
#?rakudo todo "RT #100746"
{
$_ = 'bogus';
my @r = gather { take "{$_}" for <cool but dry> }
Expand Down

0 comments on commit eee416a

Please sign in to comment.