1-   scheme


Defined in:  https://github.com/lambdamusic/extempore-extensions/blob/main/init/init_lisp.xtm

Implementation

;
; remove 1 from n
(define (1- n) (- n 1))


Back to Index