Skip to content

Commit 12df7b2

Browse files
committed
explain Meta Operators
1 parent 8e543e3 commit 12df7b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Language/operators.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ L</language/functions#Defining_Operators>.
109109
110110
=head1 Meta Operators
111111
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+
112118
=head2 Assignment Operators
113119
114120
Most operators can be combined with the assignment operator to modify a

0 commit comments

Comments
 (0)