hex table by teebee

do i=0 to 15
s=
do j=1 to 16
s=lower(d2x(-i*j,1))s
end
say s
end

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

download

return to the top page