Koch Island by hinoe

:$</\\,\\/,
#include"std/num.wake"
/:"   /,/\\ \\,\\ \\/,/   ,"
(\\):"\\/\\ ,  / , /  , \\/\\,"
 :_ _ _ _
_:"    ,"
z?.:
0,(.+),:$1\n
(\d).(.+):$(sub($1,1)),$($2m)
z(.+);:"$1"
z(.+?),(.*);(.+?),(.*):$1$3, z$2;$4
(.+?),(.*(.)):$1$3 $2
(.)(.*m):z$($1);$($2)
.+:"$&"

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

download

return to the top page