Hexdraw by clock

s=
do 60
x=x2d(charin())
s=s||x%4||x//4
end
say translate(s,"0A"x"#. ",3210)

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

download

return to the top page