(bitor ..args)
  args: zero or more ints
  returns an int
F

Bitwise inclusive OR.

(bitor) returns 0.

(bitor x) returns its argument.

Otherwise, returns the bitwise inclusive OR of its arguments.

bitand
bitxor