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 54365a6 commit 5794616Copy full SHA for 5794616
doc/Language/5to6-perlop.pod6
@@ -262,11 +262,10 @@ Lower precedence version of C<&&> as in Perl 5.
262
263
=head2 Logical or and Exclusive Or
264
265
-C<or> is the low precedence version of C<||>. The documentation lists an
266
-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<^^>.
267
268
-Additionally, there is a low precedence version of C<//>, called
269
-C<orelse>.
+Additionally, there is a low precedence version of C<//>, called C<orelse>.
270
271
=head2 Quote and Quote-like Operators
272
0 commit comments