Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove reference to link in old book which breaks pod2onepage
  • Loading branch information
stmuk committed Jul 9, 2018
1 parent 14d6595 commit 0fc864a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/Language/101-basics.pod6
Expand Up @@ -319,8 +319,7 @@ are passed in through the I<topic variable> C<$_>.
You have seen blocks before: both the C<for> loop C<< -> $line { ... } >> and
the C<if> statement worked on blocks. A block is a self-contained piece of
Perl 6 code with an optional signature (the C<< -> $line >> part). See
A<sec:signatures> for more information.
Perl 6 code with an optional signature (the C<< -> $line >> part).
The simplest way to sort the players by score would be C<@names.sort({
%matches{$_} })>, which sorts by number of matches won. However Ana and Dave
Expand Down

0 comments on commit 0fc864a

Please sign in to comment.