Logical Functions

Logical Functions

Name

Description

if

if (condition, true values, false values)

choose Choose from a list of values, based on an index: choose(1, "a", "b", "c") returns a
and and (condiction1, condition2...)
or or (condiction1, condition2...)
not not (condiction)