# And
Grammar — And
Flags —SubFunctions
Returns true if all of the conditions listed under the “And” 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). Therefore, this condition is only necessary if it is nested within another condition such as a “Not” condition or an “Or” 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 —