Expression for appreciation by murky-satyr

a=1 for i=2,10 do print(("%9d * 9 +%3d = "..a*9+i):format(a,i))a=a..i end

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

download

return to the top page