File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1341,7 +1341,7 @@ That should probably be written more simply as:
13411341=head2 Assignment Operators
13421342X<assignment> X<operator, assignment> X<=> X<**=> X<+=> X<*=> X<&=>
13431343X<<< <<= >>> X<&&=> X<-=> X</=> X<|=> X<<< >>= >>> X<||=> X<//=> X<.=>
1344- X<%=> X<^=> X<x=> X<&.=> X<|.=> X<^.=>
1344+ X<%=> X<^=> X<x=> X<&.=> X<|.=> X<^.=> X<^^=>
13451345
13461346C<"="> is the ordinary assignment operator.
13471347
@@ -1360,7 +1360,7 @@ The following are recognized:
13601360 **= += *= &= &.= <<= &&=
13611361 -= /= |= |.= >>= ||=
13621362 .= %= ^= ^.= //=
1363- x=
1363+ x= ^^=
13641364
13651365Although these are grouped by family, they all have the precedence
13661366of assignment. These combined assignment operators can only operate on
You can’t perform that action at this time.
0 commit comments