bit-or
builtin-function
(bit-or &rest numbers)
Returns the bitwise or of the given integer numbers.
make-html > (bit-or 1 2) it: 3