Result = Expression AND Expression
Computes the logical and of two boolean expressions, or the numerical and of two integer numbers.
PRINT TRUE AND FALSEFalse
PRINT TRUE AND TRUETrue
PRINT 7 AND 113
Arithmetic operators, BChg, BClr, BSet, BTst, NOT, OR, Shl, Shr, XOR