read calculator words by clock

:$<
(.+)\n(.*):$1"\n"$2
(.)(.+):$2 $1
0:o
1:i
2:z
3:e
4:h
5:s
7:l
8:b
.:"$&"

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

download

return to the top page