Copyright Digital Equipment Corp. All rights reserved.

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.