if(condition, true_result, false_result)
Returns either the true_result or false_result based on the condition
ifNull(value, valueIfNull)
Returns the value, or valueIfNull if it is null
input(None)
Sets the given feature as an input value
wait(feature[, …])
Function that returns once all of the input features have been calculated