Multiplication Table by Carlos Gutierrez

for i=1to 12for j=1to 12?j*i using"###";next
?next

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

download

return to the top page