Alphabet texture by Jongsic

k=[];p=function(a){k.push(a)};r=12;for(i=-r;i<=r;p(10),i++)for(j=-r;j<=r;j++)p(32),p(65+Math.abs(j)+Math.abs(i));print(String.fromCharCode.apply(String,k));

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

download

return to the top page