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

3 lines
49 B
Plaintext

(require 'cl-lib)
(cl-loop repeat 5 concat "ha")