& and() Syntax: and(<boolean1>,<boolean2>[,<booleanN>]...) Takes two or more booleans, and returns 1 if they are all each equivalent to true(1). See Also: BOOLEAN VALUES, or(), not(), xor().