EMA-XPS Online


<

<
=

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

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

example:       >(< 1 2 3)
               T


EMA-XPS Online