Multiplication Table by BioFALSE

for$i(1..12){for$j(1..12){printf"%3d",$i*$j;$j-12?print" ":print"\n"}}

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

download

return to the top page