Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add lazy list index reference for gather and take
  • Loading branch information
gfldex committed Jul 8, 2016
1 parent b5e4d86 commit da63e22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Language/control.pod6
Expand Up @@ -358,6 +358,8 @@ my @a = (for 1, 2, 3 { $_ * 2 }); @a.say; # same thing
=head1 X<gather/take|control flow,gather take>
X<|lazy list,gather>X<|lazy list,take>
C<gather> is a statement or block prefix that returns a L<sequence|/type/Seq>
of values. The values come from calls to C<take> in the dynamic scope of the C<gather> block.
Expand Down

0 comments on commit da63e22

Please sign in to comment.