ORboolean1
boolean2
(ORboolean1
boolean2
boolean3
...
)
Outputs TRUE if at least one input is TRUE. Outputs FALSE, otherwise. All inputs must be TRUE or FALSE.
The comparison is always case-insensitive, regardless of the value of CASEIGNOREDP. That is, "true", "True", and "TRUE" are all the same.
If given no inputs, OR outputs FALSE.
SHOW OR "true "true
trueSHOW OR "true "false
trueSHOW OR "false "false
false