A-C > and

 

and

Availability

Flash Player 4.

Usage

condition1 and condition2

Parameters

condition1,condition2 Conditions or expressions that evaluate to true or false.

Returns

Nothing.

Description

Operator; performs a logical AND operation in Flash Player 4. If both expressions evaluate to true, then the entire expression is true. This operator has been deprecated in Flash 5, and users are encouraged to make use of the && operator.

See also

&& (short-circuit AND)