Lua Memo

string.rep ... 文字列の繰り返し

string.rep (s, n)

文字列 s のコピーを n 個連結した文字列を返す。