Logical-or |, or
Operator: | , or
Last updated
Was this helpful?
Operator: | , or
Last updated
Was this helpful?
Returns a Yes/No value, depending on the check
If Condition1
and Condition2
both evaluate to false
, then No
is returned.
if Condition1
or Condition2
evaluates to true
, then Yes
is returned.