Skip to content

Commit e473973

Browse files
committed
[S03] Remove extraneous commas from operator precedence table
Wouldn't want people thinking those commas are part of the example operators, now would we?
1 parent b832cbe commit e473973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S03-operators.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ each level:
5454
R List prefix print push say die map substr ... [+] [*] any Z=
5555
X Loose and and andthen
5656
X Loose or or xor orelse
57-
X Sequencer <==, ==>, <<==, ==>>
58-
N Terminator ; {...}, unless, extra ), ], }
57+
X Sequencer <== ==> <<== ==>>
58+
N Terminator ; {...} unless extra ) ] }
5959

6060
Using two C<!> symbols below generically to represent any pair of operators
6161
that have the same precedence, the associativities specified above

0 commit comments

Comments
 (0)