seq by eban

:$<
.{7}:
(\d+),\1:"$1"
(\d+),(\d+):"$1\n"$(add($1,1)),$2
#include"std/num.wake"

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

download

return to the top page