string-copy   scheme


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

Implementation

(define (string-copy str)
  (string-append str))


Back to Index