We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82088c8 commit 964d8acCopy full SHA for 964d8ac
doc/Language/5to6-perlop.pod6
@@ -176,10 +176,10 @@ The following example shows the effects of all the above range operators
176
(^5).list; # (0 1 2 3 4)
177
=end code
178
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.
+In Perl 5, in scalar context, the operators C<..> and C<...> work
+as flip-flop operators, even if they are little-known and probably
+less used. Those oeprators have been replaced in Perl 6
+by L<ff|/routine/ff> and L<fff|/routine/fff> respectively.
183
184
=head2 Conditional Operator
185
0 commit comments