Math functions
Comparators
equal =
less_than <
less_than_equal <=
greater_than >
greater_than_equal >=
not_equal <>
Boolean
and
not
or
Arithmetic
abs
add +
divide /
mod
multiply *
negate -
subtract -
Bit operations
get_bit
set_bit
sum_bits
Other
random