此内容并非为您使用的语言。此处为英文版。
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. |