Numbers Cap by AndoDaan

for i=1,9 do b=""for k=1,i do b=b..k end print((" "):rep(9-i)..b..(b:sub(1,-2)):reverse())end

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

download

return to the top page