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.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)
Bitwise operators in another programming language: