Skip to content

Conditional

Returns the results of one function or the other based on the result of a condition (boolean function).

ConditionA Function that returns a boolean
If TrueA Function whose result is returned if the Condition evaluates to true. Must be the same type as If False
If FalseA Function whose result is returned if the Condition evaluates to false. Must be the same type as If True

Returns the contents of If True/If False.

Diagram