ASCII Table by pooq

do i=1 to 95
call charout,d2c(i+31)d2c(32-22*(i//16=0))
end

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

download

return to the top page