And

When you have two Boolean expressions, use this keyword to have the system return True if both Boolean expressions evaluate to True. If either or expression evaluates to False, AND returns False.

Syntax

AND

There are no parameters for this keyword.

See also