Odd:

--------------------------------------------------------------------------
   1 if the value is odd

   Since version 1.
--------------------------------------------------------------------------
   Form:
   n = Odd( x )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x         argument

   -------
   Outputs
   -------
   n         1 if odd, 0 if even

--------------------------------------------------------------------------