Land(): Difference between revisions

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

Latest revision as of 23:17, 25 November 2010


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"

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