String Halving by nn

function f(b,e){return"{"(e-++b?f(b-1,b=int((b+e)/2))f(b,e):$b)"}"}$(FS=_)=$0,$0=f(0,NF)

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

download

return to the top page