Bits

CommandDescription
bitsVarious commands for working with bits.
bits andPerforms bitwise and for ints.
bits notPerforms logical negation on each bit.
bits orPerforms bitwise or for ints.
bits rolBitwise rotate left for ints.
bits rorBitwise rotate right for ints.
bits shlBitwise shift left for ints.
bits shrBitwise shift right for ints.
bits xorPerforms bitwise xor for ints.