vanishing alphabet by ...

for(i=54;c=--i/2|0;print(a))for(j=a="";j++<c;)a+=String.fromCharCode(j-c|i%2?64+j:96+j)

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

download

return to the top page