Multiplication Table by Hawkseye

(#1=dotimes (i 12)(#1# (j 12)(format t (if (> j 10) "~3d~%" "~3d ")(* (1+ i)(1+ j)))))

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

download

return to the top page