land - luxembourg/muxcode-clm GitHub Wiki

LAND()

FUNCTION: land(<list of booleans>[,<delim>])

Takes a list of one or more BOOLEAN-Z values, and returns 1 (TRUE) if all elements are TRUE.

Examples: > say [land(1 0)] You say, "0" > say [land(1|1,|)] You say, "1"

Related Topics: and, lor, not, t