EMA-XPS Online


=

=
=

syntax: (= {<number> ...})

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

example:       >(= 1 1 2)
               NIL


EMA-XPS Online