# And Or Multiple

Grammarop|And/Or (val)
FlagsOperator | Function

Returns the result of all of the specified Boolean comparison cases. If the Operator is set to And, all comparisons must be met to pass the conditions. If the Operator is set to Or, the condition will pass if any comparison is met.

# Arguments

Returns — bool

(#PARAM(val," " #PARAM(op) " "))

Category: Logic / Comparisons

# Examples

— None found —