Return a newly allocated string composed of the arguments, chrs.
— Scheme Procedure: make-string k [chr]
— C Function: scm_make_string (k, chr) |1 |1 |0
Return a newly allocated string of length k. If chr is
given, then all elements of the string are initialized to chr,
otherwise the contents of the STRING are unspecified.