Move To Front Decode by clock

s="0123456789"while""do n=1+io.read(1)c=s:sub(n,n)io.write(c)s=c..s:gsub(c,"")end

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

download

return to the top page