Conditional Statements
To compare variables against values, the condition statement is used provided with an operator, the structure of a condition statement follows: condition <operator> <variable> <value>; for example:
Condition statements cannot be nested within other condition statements.
The else_condition keyword can be used to invoke the alternate process if the condition is not met, i.e.:
Variables can be used as value to compare against the preceding variable in a condition i.e.:
Regex can be used to test variables in a condition statement using the find_in operator (all regex modifiers are supported):
Questions?
Let us know on contact@frames.sh.
Last updated