Over print by twobit

while""do
l=io.read()for i=1,#l do
x=l:sub(i,i)io[i]=x<"!"and io[i]or x
end
print(table.concat(io))end

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

download

return to the top page