RosettaCodeData/Task/Repeat-a-string/Emacs-Lisp/repeat-a-string-1.l

2 lines
35 B
Common Lisp

(apply 'concat (make-list 5 "ha"))