Cor()

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