| www.delorie.com/gnu/docs/gcc/g77_333.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
XOr(I, J) |
XOr: 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 exclusive-OR of pair of bits in each of I and J.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |