ASCII Table by ksk

for i=32to 126do
Obj.magic Printf.printf"%c%c"i" 
".[i mod 16/15]done

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

download

return to the top page