j = bit_comp(i) Y = bit_comp(X) Integer j; (Array|Index) Y; Integer i; (Array|Index) X;
>> j = bit_comp(0xffffff00) j = 255 (= 0x000000ff)