Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adds loops ref #2632
Added the fact that since version 6.d loops can produce a list of values from the values of last statements.
  • Loading branch information
ElenaMerelo committed Mar 2, 2019
1 parent c679970 commit 0a8c05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Language/iterating.pod6
Expand Up @@ -138,6 +138,7 @@ If you feel more comfortable with your good old loops, the language allows you
to use them. However, it is considered more I<p6y> to try and use, whenever
possible, functional and concurrent iterating constructs.
*Note: Since version 6.d loops can produce a list of values from the values of last statements.*
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 comments on commit 0a8c05b

Please sign in to comment.