Skip to content

Operators

Precedence

Level Operator(s)
1 [] .
2 ~ - (unary)
3 * / // %
4 + - (subtract)
5 << >>
6 &
7 ^
8 |
9 = != ~= > < >= <= in is is not
10 not
11 and
12 or