s=""while""do c=io.read(1)c=c:find"%d"and s:sub(c+1,c+1)or c io.write(c)s=c:match"%w*"..s end
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page