hex table by teebee

for i=0to 15for j=0to 15?hex$(mod(i*j,16));next
?next

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

download

return to the top page