jan tolenaar / kiezellisp / index-of-everything

Name

neg

Usage

builtin-function

Syntax

(neg number)

Returns the negative of a number.

make-html > (neg 5)
it: -5
make-html > (neg #c(2 3))
it: #c(-2 -3)