diff --git a/language/operators.xml b/language/operators.xml index 24ef37cd74..fc035268ec 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - - + + Operators @@ -34,7 +34,8 @@ has a higher precedence than the addition ("+") operator. Parentheses may be used to force precedence, if necessary. For instance: (1 + 5) * 3 evaluates to - 18. + 18. If operator precedence is equal, left to right + associativity is used. The following table lists the precedence of operators with the