Read Diagonally by twobit

i=0
while""do
a=io.read()i=i<#a and i+1 or 1
io.write(a:sub(i,i))end

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

download

return to the top page