Skip to main content
Boolean type. A variable of this type can have values true and false. All conditional expressions return a value of type Logic.

Operators

OperatorDescription
NotLogical NOT, unary operator.
AndLogical AND, binary operator.
OrLogical OR, binary operator.