Lor(): Difference between revisions

From TinyMUX
Jump to navigation Jump to search
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 == ...
 
(No difference)

Latest revision as of 23:15, 25 November 2010


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"

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