string
-- r7rs
Definition constructor
;
Procedure variants:
(() -> (string-empty))
string-empty
;((character |1...|) -> (string-not-empty))
character
;...
-- at least one time;string-not-empty
;scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(string char ...)
Returns a newly allocated string composed of the arguments. It is analogous to
list
.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.