Skip to content

Commit e8d5cf7

Browse files
committed
Fix #1983
Though I don't know if we can replace `infix_%26%26` to `infix &&`.
1 parent a2b8e57 commit e8d5cf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Language/operators.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,8 @@ Reduction operators have the same associativity as the operators they are based
23722372
23732373
=head2 infix C«and»
23742374
2375-
Same as L<#infix &&>, except with looser precedence.
2375+
Same as L<infix &&|/language/operators#infix_%26%26>, except with looser
2376+
precedence.
23762377
23772378
Short-circuits so that it returns the first operand that evaluates to C<False>, otherwise
23782379
returns the last operand. Note that C<and> is easy

0 commit comments

Comments
 (0)