EMA-XPS Online


EVENP

EVENP
=====

syntax: (evenp <integer>)

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

example:       >(evenp 3)
               NIL


EMA-XPS Online