ALPHA_ASCII by teebee(*yuko*)

character c;do1 i=1,999;call fget(c);1 if(c>"@")print'(i0h $)',ichar(c);end

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

download

return to the top page