Flash Lite 2.x and 3.0 ActionScript Language Reference

and logical AND operator

condition1 and condition2

Deprecated since Flash Player 5. Adobe recommends that you use the logical AND (&&) operator.

Performs a logical AND (&&) operation in Flash Player 4. If both expressions evaluate to true, the entire expression is true.

Operands

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

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

Returns

Boolean - A Boolean result of the logical operation.

See also

&& logical AND operator