Alphabet texture by clock

REBOL[]for x -12 12 1[for y -12 12 1[prin" "prin #"A"+(abs x)+ abs y]print""]

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

download

return to the top page