Land()

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


land(<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 Topics

and(), lor(), not(), t()