_or

Produces true iff any of the parameters are true -- Function
_if(_or(VAL1, VAL2, VAL3...), RESULTS)
_or takes one or more parameters, and produces true if and only if at least one of the elements in one of those parameters is true.