make-string
make-string is a built-in function in `C source code
'.
(make-string LENGTH INIT)
Return a newly created string of length LENGTH, with INIT in each element.
LENGTH must be an integer.
INIT must be an integer that represents a character.