1+   scheme


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

Implementation

;
; add 1 to n
(define (1+ n) (+ n 1))


Back to Index