Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update 101-basics.pod6
No F<>
  • Loading branch information
finanalyst committed Jan 7, 2019
1 parent b9359ea commit c380aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/101-basics.pod6
Expand Up @@ -173,7 +173,7 @@ of these hashes are indexed by the player's name.
C<for> produces a loop that runs the I<block> delimited by curly braces
once for each item of the list, setting the variable C<$line>
to the current value of each iteration. C<$file.lines> produces a list of the
lines read from the file F<scores.txt>, starting with the second line of the file
lines read from the file C<scores.txt>, starting with the second line of the file
since we already called C<$file.get> once, and going all the way to the end of the file.
During the first iteration, C<$line> will contain the string C<Ana Dave |
Expand Down

0 comments on commit c380aa6

Please sign in to comment.