jan tolenaar / kiezellisp / index-of-everything

Name

string:repeat

Usage

builtin-function

Syntax

(string:repeat str count)

Description

Returns a string consisting of count copies of str.

make-html > (.repeat "abc" 3)
it: "abcabcabc"