-
builtin-function
(- &rest numbers)
Subtracts subsequent numbers from the first number. If one number is given, negates the number.
make-html > (- 7 3) it: 4 make-html > (- 7) it: -7