Alphabet texture by clock

do a=-12 to 12
s=
do b=-12 to 12
s=s" "d2c(abs(a)+abs(b)+65)
end
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