Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Link to the smartmatch documentation
  • Loading branch information
lizmat committed Jun 12, 2018
1 parent ba87ed3 commit 44a3921
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/Language/5to6-perlop.pod6
Expand Up @@ -84,6 +84,8 @@ object during creation I<right away>: C<$sref = sub { }>.
C<=~> and C<!~> have been replaced by C<~~> and C<!~~>, respectively. Those of
you who consider smartmatching broken in Perl 5 will be happy to hear that it
works much better in Perl 6, as the stronger typing means less guesswork.
See L<the smartmatch documentation|language/operators#index-entry-smartmatch_operator>
for a more extensive explanation of how smartmatch works in Perl 6.
=head2 Multiplicative Operators
Expand Down Expand Up @@ -135,7 +137,8 @@ works in Perl 6, see L<https://design.perl6.org/S03.html#Smart_matching>.
=head2 Smartmatch Operator
See the entry on C<~~> directly above.
See L<the smartmatch documentation|language/operators#index-entry-smartmatch_operator>
for a more extensive explanation of how smartmatch works in Perl 6.
=head2 Bitwise And
Expand Down

0 comments on commit 44a3921

Please sign in to comment.