integer1
integer2
Reports the value of bitwise and on the inputs.
Examples: 2 bitand 3 returns 2. This statement is executed in binary form as 0010 and 0011 which returns 0010.
2 bitand 3
2.
0010 and 0011
0010
Related commands: bitnot bitor bitxor