GLBasic User Manual

Main sections

Operator order

GLBasic performs its mathematical operations in the following order :

- operation in braces ( )
- function calls (with braces e.g. bOR() )
- * and /
- + and -
- = (when used for comparison)
- AND
- OR
- = (when used for assignment)

See also...