next odd number by yvl

_:$<
#include"std/num.wake"
(\d+).(.*):add($1,$(add($(mod($1,2)),1)))"\n"$2

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

download

return to the top page