and
ErrorsCollection

and

Synthesised documentation from language/operators

From language/operators

See Original text in context

Same as infix &&, except with looser precedence.

Short-circuits so that it returns the first operand that evaluates to False, otherwise returns the last operand. Note that and is easy to misuse, see traps.