oldappend   scheme


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

Implementation

;
;
;; APPEND OVERRIDE
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Append either an element or a list to another list
; (original appen only appends a list to a list)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define oldappend append)


Back to Index