Math
All the regular math operators are available for use. Order of operations applies.
{{ 2 + 2 / ( 10 % 3 ) * (8 - 1) }}
The result can be negated using the not operator.
All the regular math operators are available for use. Order of operations applies.
{{ 2 + 2 / ( 10 % 3 ) * (8 - 1) }}
The result can be negated using the not operator.