jan tolenaar / kiezellisp / index-of-everything

Name

-

Usage

builtin-function

Syntax

(- &rest numbers)

Description

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