Library /sys$common/syshlp/helplib.hlb  —  PASCAL  Predeclared Routines, Misc  ODD
  The ODD function returns a Boolean value that indicates  if  the
  parameter is odd.

  Syntax:

     ODD( x )

  The parameter 'x' must be of  type  INTEGER  or  UNSIGNED.   The
  function  returns  TRUE  if the value of 'x' is odd and FALSE if
  the value of 'x' is even.
Close Help