bitshift(number1, number2);
Shifts the bit pattern of number1 by number2 bits.
bitshift(5, 2) = 1 bitshift(5, -2) = 20
bitand, bitor, bitxor