Understand the statements and conditions
Last updated: 02 August 2024
Below is a list of statements and conditions the platform supports.
Note that operators and programming languages evolve, making it nearly impossible to summarise and present all available options. If you are unsure, need help, or require the support of a new operate please reach out to your account manager.
Statements | |
| An For example, your |
| A For example, your |
Operations | |
Arithmetic |
|
Assignment |
|
Comparison |
|
Logical |
|
String |
|
Set |
|
Conditions | |
| Checks whether the value inside a variable starts or ends with a specific (set of) character(s). Example:
|
| Checks whether the value inside a variable is contained (or not) as part of a series of value. Example:
|
| Checks whether the value inside a variable is an even or odd number. Example:
|
| Checks whether a variable has been declared or assigned a value. Example:
|
| Checks whether the value inside a variable is divisible by another value (number). Example:
|
| Checks whether a variable is empty. Example:
|