Cand()

From TinyMUX
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()