ascending chars by clock

a=""while""do c=io.read(1)a=(c>a or" ">c)and(io.write(c)and c)or a end

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

download

return to the top page