Returns the bitwise OR of two integers.
Each bit in the binary expansion of the result will be set if either of the corresponding bits in the two input numbers is set.
Parameter 1 - an integer value.
Parameter 2 - another integer value.
Returns: the bitwise OR of the integers.