land(<list of booleans>[,<delim>])
Takes a list of one or more BOOLEAN-Z values, and returns 1 (TRUE) if all elements are TRUE.
> say [land(1 0)]
You say, "0"
> say [land(1|1,|)]
You say, "1"
and(), lor(), not(), t()