Basic - Bitwise operators

We have more of the bitwise operators, using the bitwise operator we can set or determine the specific bit in whole numbers.
bitwise and
par1 and par2
bitwise or
par1 or par2
bitwise not
not par1
bitwise xor
par1 xor par2

Basic

Other pieces of example codes:
not(i and 4)
x = 1 or 2
z = (x and 5) and y
631 xor (&HF0 xor k)
Languages: en hu cz sk