_and

Produces true iff all of the parameters are true -- Function
_if(_and(VAL1, VAL2, VAL3...), RESULTS)
_and takes one or more parameters, and produces true if and only if all of the elements in all of those parameters are true.