Everything
5.1.7 Logical operators

The following logical operators are available.

Operator

Overview

&&

Calculates the logical product of the logical value of the first and second operands.

||

Calculates the logical sum of the logical value of the first and second operands.