JanetDocsPlaygroundI'm feeling luckyGitHub sign in

string/repeat



    cfunction
    src/core/string.c on line 203, column 1

    (string/repeat bytes n)

    Returns a string that is `n` copies of `bytes` concatenated.


1 exampleSign in to add an example
Loading...
(string/repeat "moshi" 2)  # => "moshimoshi"
cellularmitosisPlayground