*ī¸âƒŖOperators

Fluff operators

Math operators

Following math operators are supported if you need to do any calculations in your bots:

Mixing token and USD prices together in calculations is forbidden

Doing calculations on incompatible types (or dividing by zero) will make the condition evaulate to false

Comparison operators

Following comparison operators are supported:

Logical operators

Following logical operators are supported:

It's advised to use parenthesis whenever you mix "and" and "or" operators together, so it's clear which operator has higher precedence. So instead of writing "... and ... or ..." please write "... and (... or ...)".

Last updated