s=io.read"*a"for n=0,#s do s=s:gsub("(%S)("..("."):rep(50)..") "," %2%1")end s:gsub(" *%S.*",print)
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page