# Or
Grammar — Or
Flags —SubFunctions
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," || "))
# Related
Category: Logic / Comparisons
- Comparison
- And — macro
- Or — macro
- Not — macro
- Within Bounds
- Text Has Been Set
- And Or
- And Or Multiple
- Not
# Examples
— None found —