# Not
Grammar — Not
Flags —SubFunctions
Returns true if all the conditions listed under it evaluate to false. If multiple conditions are listed under the “Not” condition, those conditions will first be evaluated as if they were under an “Or” condition, and then the “Not” condition will invert the result.
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 —