Multiplication Table by murky-satyr

:l1
.:"  $&"
\d.:" $&"
\d+:"$&"
.+13:"\n"
l(.*):$1 $1m2 l$(add($1,1))
#include"std/num.wake"
(.+)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