Skip to content

Commit 964d8ac

Browse files
committed
Fix links fo operators 'ff' and 'fff'.
Rewording of the explaination within the range operators about flip-flop operators in Perl 5 compared to ff and fff in Perl 6.
1 parent 82088c8 commit 964d8ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/5to6-perlop.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ The following example shows the effects of all the above range operators
176176
(^5).list; # (0 1 2 3 4)
177177
=end code
178178
179-
In scalar context, C<..> and C<...> work as flip-flop operators in Perl
180-
5, but are little-known, and probably even less used. Those operations
181-
have been taken over by C<ff> and C<fff> in Perl 6, but are not clearly
182-
documented at this time.
179+
In Perl 5, in scalar context, the operators C<..> and C<...> work
180+
as flip-flop operators, even if they are little-known and probably
181+
less used. Those oeprators have been replaced in Perl 6
182+
by L<ff|/routine/ff> and L<fff|/routine/fff> respectively.
183183
184184
=head2 Conditional Operator
185185

0 commit comments

Comments
 (0)