Or
Performs a Boolean Or operation on all of the arguments.
If any of the arguments are true, it returns true, otherwise it returns false.
Arguments
Variable arguments | Add as many Boolean arguments as needed. They can be structure elements or functions. |