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