EMA-XPS Online


+

+
=

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

        ==> <number>

The arithmetic operation + adds its arguments. 

example:       >(+ 1 2)
               3


EMA-XPS Online