Cicode Programming Reference > Working with Operators > Order of Precedence of Operators

Order of Precedence of Operators

The table below shows the order of precedence of operators.

Operators have a set of rules that govern the order in which operations are performed. These rules are called the order of precedence. The precedence of Cicode operators from highest to lowest is:

1.

()

2.

NOT

3.

*, /, MOD

4.

:

5.

+, -

6.

>, <, <=, >=

7.

=, <>

8.

AND

9.

OR

10.

BITAND, BITOR, BITXOR

See Also

Working with Operators

Using Cicode Files