and, &&

Usage

and <expression1> <expression2>

&& <expression1> <expression2>

<expression1> and <expression2>

<expression1> && <expression2>

Return value

Boolean true or false, depending on whether both expressions evaluate to true.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.