lor - luxembourg/muxcode-clm GitHub Wiki

LOR()

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

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

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

Related Topics: land, not, or, t