![]() ![]() ![]() | |
![]() | |
![]() | |
![]() |
Flash 4. This operator has been deprecated in favor of the || (logical OR)
operator.
condition1
or
condition2
condition1,2
An expression that evaluates to true
or false
.
Nothing.
Operator; evaluates condition1
and condition2
, and if either expression is true
, then the whole expression is true
.
|| (logical OR)
, | (bitwise OR)
![]() | |
![]() | |
![]() | |
![]() ![]() ![]() |