We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ff0da commit 3f4cb3bCopy full SHA for 3f4cb3b
doc/Language/5to6-nutshell.pod6
@@ -922,7 +922,7 @@ then just use C«<->» and explicitly specify C«$_».
922
=head4 C<each>
923
924
Here is the equivalent to Perl 5’s C<while…each(%hash)> or C<while…each(@array)>
925
-(= iterating over both the keys or indices and values of a data structure) in
+(i.e., iterating over both the keys/indices and values of a data structure) in
926
Perl 6:
927
928
=for code :lang<perl5>
0 commit comments