# Not

Grammar — Not
FlagsSubFunctions

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," || ")))

Category: Logic / Comparisons

# Examples

— None found —