And

Returns TRUE if x and y are true. Otherwise the return value is FALSE.

Syntax

x && y

Types
 Variable NameValue TypeVariable Type
Arguments:xboolboolean
yboolboolean
Result: bbool boolean
Calculator Input

Use the && button to complete the operation.

Example
IDDescriptionTypeValueExpression
xArgumentBOOLtrueTRUE
yArgumentBOOLfalseFALSE
b Result BOOL falsex && y