Skip to content

$if

if statement.

Parameters

NameDescriptionEnforcedDefault Value
ConditionThe condition to be evaluated.YesNone
Then codeCode to execute if the condition is met.YesNone

Example

$if[condition;thenCode]