Table of Contents

Operators

Numeric expressions are evaluated similarly to BASIC V2 or any other BASIC dialects, with some minor incompatibilities. The currently supported operators are:

Arithmetic operators

Relational operators

Conditional operators

Bitwise operators

Note that you are not allowed to use the AND or OR keywords for bitwise operations as in BASIC V2.

Unary operators