Cand(): Difference between revisions

From TinyMUX
Jump to navigation Jump to search
Mark (talk | contribs)
Init page.
 
(No difference)

Latest revision as of 01:20, 14 August 2006


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.

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