EMA-XPS Online


-

-
=

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

        ==> <number>

The arithmetic operation (- x) negates its argument. 
- with more than one argument substracts the following
arguments from the first one.

example:       >(- 1 2)
               -1


EMA-XPS Online