a=0;for i=2,10 do a=a*10+i-1;print(("%9d * 9 +%3d = %d"):format(a,i,a*9+i))end
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page