EMA-XPS Online


ZEROP

ZEROP
=====

syntax: (zerop <number>)

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

example:       >(zerop 0)
               T


EMA-XPS Online