Operator Precedence
- Usual Order
- Exponentiation
- Multiplication, Division
- Addition, Subtraction
- Unary $-$
- Consecutive Operators Not Allowed
- Parenthesize ($-$ Expression)
- Precedence same as Binary $-$
- None: APL!
Precedence among Operator Types:
- Arithmetic
- Relational
- Logical/Boolean
- Assignment