2.5.2 IAND/IOR

1.
Function
Calculates the Bool product/sum of each bit.
2.
Call
IAND(I1,I2)
IOR(I1,I2)
3.
Explanation of Parameters
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.
4.
Notes
(a)
Since IAND and IOR are defined in Real Time FORTRAN, they may be provided by the implementation.