If
Evaluates a condition and returns the then value if truthy, or the else value otherwise.
Reference
Parameters
compare list
The value to evaluate. Determines which branch is returned.
Component data2-core-primitives@String
else
The value returned when the condition is falsy.
Component data2-core-primitives@String
then
The value returned when the condition is truthy.
Component data2-core-primitives@String