k = bit_and(i,j) P = bit_and(X,Y) Integer k; (Array|Index) P; Integer i,j; (Array|Index) X,Y;
>> k = bit_and(0x10, 0xff) k = 16 (= 0x10)