Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/iorf.dc3
Дата изменения: Thu Apr 21 18:00:21 1994
Дата индексирования: Thu Jan 15 23:28:09 2009
Кодировка:

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.