string-append
-- r7rs
Definition constructor
;
string-append
(from vonuvoli
);Procedure variants:
(() -> (string-empty))
string-empty
;((string |1...|) -> (string))
scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(string-append string ...)
Returns a newly allocated string whose characters are the concatenation of the characters in the given strings.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.