and - luxembourg/muxcode-clm GitHub Wiki

AND()

FUNCTION: and(<boolean1>[,<booleanN>]...)

Takes one or more BOOLEAN-Z values, and returns 1 (TRUE) if all arguments are TRUE.

Related Topics: andbool, BOOLEAN VALUES, cand, or, not, t, xor