And Operator
basicsyntax
crystalsyntax
Usage:
x and y
Returns:
Returns TRUE if both x and y are true.
Examples:
(1<2) and (3>2) -> Returns TRUE