Lor()

From TinyMUX
Revision as of 23:15, 25 November 2010 by Ihavenomouth (talk | contribs) (New page: Category:Functions {{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. == Example == ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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.

Example

> say [lor(1 0)]

You say, "1"


> say [lor(1|1,|)]

You say, "1"

Related Topics

land(), not(), or(), t()