Lower ASCII value by clock

REBOL[]loop 3[n: ask""while[s: take sort/case take/part n 2][prin s]print""]

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

download

return to the top page