Syntax

<operand1> or <operand2>
<operand1> and <operand2>

Explanation

Logical operators. if operand1 AND operand2 are true, and returns true, otherwise false. If operand1 OR operand2 or both are true, or returns true, otherwise false.