◄Keywords► ◄Contents► ◄Index► ◄Back► Boolean syntax: <Boolean type> AND <Boolean type> Bitwise syntax: <integer type> AND <integer type> Description The AND operator is a QuickPascal operator used to evaluate Boolean or bitwise relationships. See also: NOT, OR, SHL, SHR, XOR