HELPLIB.HLB  —  PASCAL  Predeclared Routines, Arithmetic  UXOR
  The UXOR function returns an unsigned value of a binary  logical
  exclusive-OR  operation on the corresponding pair of bits of two
  specified parameters.

  Syntax:

     UXOR( u1,u2 )

  The parameters 'u1' and 'u2' must be unsigned.
Close Help