diff --git a/language/operators.xml b/language/operators.xml index 4d57ea575f..445995517b 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -39,7 +39,9 @@ The following table lists the precedence of operators with the - highest-precedence operators listed first. + highest-precedence operators listed at the top of the table. Operators + on the same line have equal precedence, in which case their + associativity decides which order to evaluate them in. Operator Precedence