string:repeat
builtin-function
(string:repeat str count)
Returns a string consisting of count copies of str.
count
str
make-html > (.repeat "abc" 3) it: "abcabcabc"