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 877fe8e commit f5d74e5Copy full SHA for f5d74e5
doc/Language/operators.pod6
@@ -122,8 +122,9 @@ Meta operators can be parameterized with other operators or subroutines in the
122
same way as functions can take functions as parameters. To use a subroutine as
123
a parameter, prefix its name with a C<&>. Perl 6 will generate the actual
124
combined operator in the background, allowing the mechanism to be applied to
125
-user defined operators. There are quite a few Meta operators with different
126
-semantics as explained, next.
+user defined operators. To disambiguate chained meta operators enclose the
+inner operator in square brackets. There are quite a few Meta operators with
127
+different semantics as explained, next.
128
129
=head1 Substitution Operators
130
0 commit comments