Corbool()

From TinyMUX
Jump to navigation Jump to search


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

Takes one or more BOOLEAN values, and returns 1 (TRUE) if at least one argument is TRUE. corbool() 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 orbool() in that some arguments may not be evaluated.

Related Topics

BOOLEAN VALUES, candbool(), cor(), not(), orbool(), t()