Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
index S and R meta ops
  • Loading branch information
gfldex committed Jul 24, 2016
1 parent f1bf208 commit d9a6d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Language/operators.pod6
Expand Up @@ -201,6 +201,7 @@ There are shortcuts for C<!==> and C<!eq>, namely C<!=> and C<ne>.
say so $release !before $today; # True
=head1 Reversed Operators
X<|R,reverse meta operator>
Any infix operator may be called with its two arguments reversed by prefixing
with C<R>. Associativity of operands is reversed as well.
Expand Down Expand Up @@ -356,6 +357,7 @@ If infix operator is not given, C<,> (comma operator) will be used by default:
my @l = 1 Z 2; # [(1 2)]
=head1 Sequential Operators
X<|S,sequential meta operator>
The sequential metaoperator, C<S>, will suppress any concurrency, or reordering
done by the optimizer. Most simple infix operators are supported.
Expand Down

0 comments on commit d9a6d8e

Please sign in to comment.