DCL:MISC£±:BITLIB: Bit-Pattern Processing *#:Explanation of Functions
Calculates the Bool product/sum of each bit.
IAND(I1,I2)
IOR(I1,I2)
I1, I2 (I) Argument of one word length that specifies the bit string.. IAND (I) The value of a function that returns the Bool product of the bit string. IOR (I) The value of a function that returns the Bool sum of the bit string.