Repeated Number by zetamatta

for i=2,8 do for j=1,9 do print(string.rep(j,i))end end

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page