Skip to content

Commit 44a3921

Browse files
committed
Link to the smartmatch documentation
1 parent ba87ed3 commit 44a3921

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/Language/5to6-perlop.pod6

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ object during creation I<right away>: C<$sref = sub { }>.
8484
C<=~> and C<!~> have been replaced by C<~~> and C<!~~>, respectively. Those of
8585
you who consider smartmatching broken in Perl 5 will be happy to hear that it
8686
works much better in Perl 6, as the stronger typing means less guesswork.
87+
See L<the smartmatch documentation|language/operators#index-entry-smartmatch_operator>
88+
for a more extensive explanation of how smartmatch works in Perl 6.
8789
8890
=head2 Multiplicative Operators
8991
@@ -135,7 +137,8 @@ works in Perl 6, see L<https://design.perl6.org/S03.html#Smart_matching>.
135137
136138
=head2 Smartmatch Operator
137139
138-
See the entry on C<~~> directly above.
140+
See L<the smartmatch documentation|language/operators#index-entry-smartmatch_operator>
141+
for a more extensive explanation of how smartmatch works in Perl 6.
139142
140143
=head2 Bitwise And
141144

0 commit comments

Comments
 (0)