EMA-XPS Online


ODDP

ODDP
====

syntax: (oddp <integer>)

This function checks, whether the argument is odd.
The result ist T, when the test was successful,
otherwise NIL.
This function is not supported by babylon v3!

example:       >(oddp 3)
               T


EMA-XPS Online