Cand()

From TinyMUX
Revision as of 01:20, 14 August 2006 by Mark (talk | contribs) (Init page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


cand(<boolean1>[,<booleanN>]...)

Takes one or more BOOLEAN-Z values, and returns 1 (TRUE) if all arguments are TRUE. cand() evaluates its arguments from left to right until either all arguments evaluate to TRUE or one of the arguments evaluate to FALSE. This is unlike and() in that some arguments may not be evaluated.

Related Topics

and(), candbool(), BOOLEAN VALUES, cor()