BEE Lisp Functions Reference

<number> MINUS (A1 … An)

Returns subtraction of its parameters, which must be numbers.

Example:

(MINUS 6 3 1)                           ; 2

(– 6 3 1)                                   ; alternative way