Move To Front Decode by pooq

t="0123456789"while""do i=io.read(1)a=t:sub(i+1,i+1)io.write(a)t=t:gsub("(.+)("..a..")","%2%1")end

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

download

return to the top page