BitOr(n:Int...):Int

Returns the bitwise OR of all its parameters. All parameters must be integers; if one parameter is EMPTY, the result is EMPTY.

See also: Elementary Functions