alphabetically ordered words by clock

for i=0to 22input""a$
b$=mid$(a$,3,1)
if(a$<b$)*(b$<mid$(a$,5))?a$
next

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

download

return to the top page