cl:copy-list   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/scheme.xtm

Implementation

;@
(define (cl:copy-list lst) (append lst '()))
;@


Back to Index