Skip to content

Commit 16e15ce

Browse files
committed
perlop: Fix up a couple X<>
This gets things more rationally ordered
1 parent be69c79 commit 16e15ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pod/perlop.pod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,9 +1500,8 @@ precedence. This means that it short-circuits: the right
15001500
expression is evaluated only if the left expression is true.
15011501

15021502
=head2 Logical or and Exclusive Or
1503-
X<operator, logical, or> X<operator, logical, xor>
1504-
X<operator, logical, exclusive or>
1505-
X<or> X<xor>
1503+
X<operator, logical, or> X<or>
1504+
X<operator, logical, xor> X<operator, logical, exclusive or> X<xor>
15061505

15071506
There is no low precedence operator for defined-OR.
15081507

0 commit comments

Comments
 (0)