9.281. XOR

9.281 XOR — Bitwise logical exclusive OR

Description:

Bitwise logical exclusive or.

This intrinsic routine is provided for backwards compatibility with GNU Fortran 77. For integer arguments, programmers should consider the use of the IEOR intrinsic and for logical arguments the .NEQV. operator, which are both defined by the Fortran standard.

Standard:

GNU extension

Class:

Function

Syntax:

RESULT = XOR(I, J)

Arguments:
I The type shall be either a scalar INTEGER type or a scalar LOGICAL type.
J 登录查看完整内容