Cor(): Difference between revisions
Jump to navigation
Jump to search
Init page. |
(No difference)
|
Latest revision as of 01:19, 14 August 2006
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.