Convert to hex by clock

:$<
#include"std/num.wake"
(.*)\n(.*):$1"\n"$2
10:A
11:B
12:C
13:D
14:E
15:F
.:"$&"
.*:$(div($&,16)) $(mod($&,16))

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

download

return to the top page