Minor documentation addition.

This commit is contained in:
Gábor Horváth 2013-05-30 15:20:30 +02:00
parent ca74cbdc5c
commit e583d5a6b6

View file

@ -2033,7 +2033,8 @@ as
=
~~~~
Operators at the same precedence level are evaluated left-to-right.
Operators at the same precedence level are evaluated left-to-right. [`Unary operators`](#unary-operator-expressions)
have the same precedence level and it is stronger than any of the binary operators.
### Grouped expressions