9.16. AND
9.16 AND — Bitwise logical AND
- Description:
-
Bitwise logical
AND
.This intrinsic routine is provided for backwards compatibility with GNU Fortran 77. For integer arguments, programmers should consider the use of the IAND intrinsic defined by the Fortran standard.
- Standard:
-
GNU extension
- Class:
-
Function
- Syntax:
-
RESULT = AND(I, J)
- Arguments:
-
I The type shall be either a scalar INTEGER
type or a scalarLOGICAL
type.J The type shall be the same as the type of I. - Return value