word block by twobit

for(a=readline(i=-1);i++<15;)print(a.replace(/\S+/g,function(x)x.replace(/./g,x[i]?"$&":" ")).trimRight())

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

download

return to the top page