Or
Checks whether up to 10 booleans are true, and returns a boolean.
- Returns true if at least one input boolean is true.
- If all values are null then returns null.
- Returns the boolean result Or for all non null booleans.
Checks whether up to 10 booleans are true, and returns a boolean.