Skip to content

Commit 2a5474a

Browse files
authored
add operator classifications to the Index
In the spirit of #728, adding operator classifications to the index.
1 parent 4edb119 commit 2a5474a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/Language/operators.pod6

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ In the operator descriptions below, a default associativity of I<left>
7777
is assumed.
7878
7979
=head1 Operator classification
80+
X<|prefix operator>
81+
X<|infix operator>
82+
X<|postfix operator>
83+
X<|circumfix operator>
84+
X<|postcircumfix operator>
8085
8186
Operators can occur in several positions relative to a term:
8287

0 commit comments

Comments
 (0)