Although most operators work from left to right, the operators
^-
, .^-
, ^+
,
.^+
, ^~
, and .^~
work from second from the right to left. For more information, see Operator Precedence.
Use parentheses to specify the intended precedence of statements containing these operator combinations explicitly.