uniq chars by twobit

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

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

download

return to the top page