RosettaCodeData/Task/Repeat-a-string/Emacs-Lisp/repeat-a-string-3.l
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

2 lines
42 B
Text

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