ASCII Table by teebee(pooq)

i=32;s="";while(i<127)[s=s+s|chr(i)+" 
"[i%16/15];i=1+i;];s|print;

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

download

return to the top page