Keyword: AND
And is a logical "and" operator which can be used in an expression. The expression "A and B" returns true only if both A and B are true.
LRM
7.2
See also
Object, Data Types and Operators