alphabetically ordered words by clock

object s
while 1do
s=gets(0)puts(1+(s[1]>s[3])+(s[3]>s[5]),s)end while

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

download

return to the top page