Multiplication Table by yvl

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