Skip to content

Commit 5794616

Browse files
committed
infix xor *is* now dociumented
1 parent 54365a6 commit 5794616

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/Language/5to6-perlop.pod6

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,10 @@ Lower precedence version of C<&&> as in Perl 5.
262262
263263
=head2 Logical or and Exclusive Or
264264
265-
C<or> is the low precedence version of C<||>. The documentation lists an
266-
C<xor>, but does not actually document it.
265+
C<or> is the low precedence version of C<||>, and C<xor> is the low precedence
266+
version of C<^^>.
267267
268-
Additionally, there is a low precedence version of C<//>, called
269-
C<orelse>.
268+
Additionally, there is a low precedence version of C<//>, called C<orelse>.
270269
271270
=head2 Quote and Quote-like Operators
272271

0 commit comments

Comments
 (0)