Skip to content

Commit

Permalink
Document on data structures is completed.
Browse files Browse the repository at this point in the history
I would be happy as a clam if this closed an issue, but it only means
a feeble tick in the humongous #114. However, closer to the end, with
just a couple of pages to go...
  • Loading branch information
JJ committed May 28, 2018
1 parent 216c1ff commit 9afe5ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Language/structures.pod6
Expand Up @@ -414,7 +414,8 @@ my @lines = $fh.lines;
close $fh;
say @lines[0]; # no problem!
Also good:
We can also use any function whose side effect is reification, like C<.elems>
mentioned above:
=for code
my $fh = "/tmp/bar".IO.open;
Expand Down

0 comments on commit 9afe5ee

Please sign in to comment.