EMA-XPS Online


MINUSP

MINUSP
======

syntax: (minusp <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:       >(minusp 3)
               NIL


EMA-XPS Online