make-string

[procedure] make-string k [char]

R5RS, R6RS: Make a string of length k, initialized by char.

See also string.