Cor()

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


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

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

Related Topics

BOOLEAN VALUES, cand(), corbool(), not(), or(), t()