alphabetically ordered words by clock

do 23
s=linein()
r=right(s,3)
if s<r&r<right(s,1)then say s
end

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

download

return to the top page