Convert to hex by clock

include../local/euphoria/include/get.e
object s
while 1do
s=get(0)printf(1+s[1],"%s%x\n",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