uniq chars by clock

while""do c=io.read(1)t=c>"\x1f"and t or{}t[c]=t[c]or io.write(c)end

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

download

return to the top page