Skip to content

Commit

Permalink
infix xor *is* now dociumented
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jun 12, 2018
1 parent 54365a6 commit 5794616
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/Language/5to6-perlop.pod6
Expand Up @@ -262,11 +262,10 @@ Lower precedence version of C<&&> as in Perl 5.
=head2 Logical or and Exclusive Or
C<or> is the low precedence version of C<||>. The documentation lists an
C<xor>, but does not actually document it.
C<or> is the low precedence version of C<||>, and C<xor> is the low precedence
version of C<^^>.
Additionally, there is a low precedence version of C<//>, called
C<orelse>.
Additionally, there is a low precedence version of C<//>, called C<orelse>.
=head2 Quote and Quote-like Operators
Expand Down

0 comments on commit 5794616

Please sign in to comment.