bit.bor(x1, x2, ...)
bit.band(x1, x2, ...)
bit.bxor(x1, x2, ...)
Returns either the bitwise or/and/xor of all of its arguments.