4.6 Operators

Operators are arithmetic functions, like + or %. Prefix, or unary, operators are followed by a single operand. Infix, or binary, operators appear between their two operands. Operators may be preceded and/or followed by white space.

Prefix operators have higher precedence than infix operators. Infix operators have an order of precedence dependent on their type.