EMA-XPS Online


PLUSP

PLUSP
=====

syntax: (plusp <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:       >(plusp 3)
               T


EMA-XPS Online