ORboolean1boolean2(ORboolean1boolean2boolean3...)
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 "truetrueSHOW OR "true "falsetrueSHOW OR "false "falsefalse