N-R > or
orSyntax
condition1
or
condition2
Arguments
condition1,2
An expression that evaluates to true
or false
.
Description
Operator; evaluates condition1
and condition2
, and if either expression is true
, then the whole expression is true
.
Player
Flash 4 or later. This operator has been deprecated in Flash 5, and users are encouraged to make use of the new ||
operator.
See also
|| (OR)