Operators are evaluated in the following order:
Operators with matching precedence are evaluated from left to right. The default order can be overridden by using parentheses ( and ) to group expressions.
(
)