Multiplication Table by shinh

:l1
\d:"  $&"
\d.:" $&"
\d+:"$&"
l13:
l(.*):$1 $1m2 l$(add($1,1))
#include"std/num.wake"
.+m13:"\n"
(.+)m(.+):" " $(mul($1,$2)) $1m$(add($2,1))

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

download

return to the top page