for i=0,10 do print(("A%-2d%5dmm x%5dmm"):format(i,841*.707^i,1189*.7074^i))end
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page