9.203. OR
9.203 OR — Bitwise logical OR
- Description:
- Bitwise logical
OR
.This intrinsic routine is provided for backwards compatibility with GNU Fortran 77. For integer arguments, programmers should consider the use of the IOR intrinsic defined by the Fortran standard.
- Standard:
- GNU extension
- Class:
- Function
- Syntax:
-
RESULT = OR(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 J. - Return value:
- The return type is either a scalar
INTEGER
or a scalar <