Alphabet texture by uru

var a,b:comp;begin
for a:=-12to 12do for b:=-12to 12do write(chr(abs(a)+abs(b)+65):2,^j:ord(b=12))end.

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

download

return to the top page