EMA-XPS Online


>

>
=

syntax: (> {<non-complex number> ...})

This function checks the arguments, whether they are
monotonically decreasing. It returns T, when the test
was successful, otherwise NIL.

example:       >(> 1 2 3)
               NIL


EMA-XPS Online