g77.info: And Intrinsic

Go forward to ANInt Intrinsic
Go backward to AMod Intrinsic
Go up to Table of Intrinsic Functions
Go to the top op g77

And Intrinsic

And(I, J)

And: `INTEGER' or `LOGICAL' function, the exact type being the result
of cross-promoting the types of all the arguments.
I: `INTEGER' or `LOGICAL'; scalar; INTENT(IN).
J: `INTEGER' or `LOGICAL'; scalar; INTENT(IN).
Intrinsic groups: `f2c'.
Description:
   Returns value resulting from boolean AND of pair of bits in each of
I and J.