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

3 lines
42 B
Text
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
(require 'cl)
(loop repeat 5 concat "ha")