Function: IORF Purpose: Returns the bitwise OR of two operands. Replaces the non-standard IOR. Category: SYSTEM File: xflib.c Author: K.G. Begeman Use: INTEGER IORF( WORD1 , Input INTEGER WORD2 ) Input INTEGER IORF Returns the bitwise OR of WORD1 and WORD2. WORD1 First operand. WORD2 Second operand. Notes: IORF should replace the non-standard IOR. Updates: Apr 21, 1994: KGB, Document created.