(make-string размер &key initial-element element-type) ⇒ новая-строка
(setq str (make-string 5 :initial-element #\1)) "11111" (length str) 5