# Or

Grammar — Or
FlagsSubFunctions

Returns true if any of the conditions listed under the “Or” condition return true. By default, lists of conditions without an “And” condition or an “Or” condition must all return true in order for the condition to evaluate to true (they are treated as if they were under an “And” condition).

Returns — bool

(#SUBFUNCS(cond," || "))

Category: Logic / Comparisons

# Examples

— None found —