Back and forth by clock

s=""io.read"*a":gsub("(%S+).(%S*)",function(a,b)print(s..a)s=(" "):rep(#s+#a-#b)print(s..b:reverse())end)

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

download

return to the top page