N-R > or |
![]() ![]() ![]() |
or
Availability
Flash 4. This operator has been deprecated in favor of the || (logical OR)
operator.
Usage
condition1
or
condition2
Parameters
condition1,2
An expression that evaluates to true
or false
.
Returns
Nothing.
Description
Operator; evaluates condition1
and condition2
, and if either expression is true
, then the whole expression is true
.
See also
|| (logical OR)
, | (bitwise OR)
![]() ![]() ![]() |