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 8e543e3 commit 12df7b2Copy full SHA for 12df7b2
doc/Language/operators.pod
@@ -109,6 +109,12 @@ L</language/functions#Defining_Operators>.
109
110
=head1 Meta Operators
111
112
+Meta operators can be parameterized with other operators in the same way as
113
+functions can take functions as parameters. Perl 6 will generate the actual
114
+combinded operator in the background, allowing the mechanism to be applied
115
+to user defined operators. There are quite a few Meta operators with
116
+different semantics, as explained in detail as follows.
117
+
118
=head2 Assignment Operators
119
120
Most operators can be combined with the assignment operator to modify a
0 commit comments