hex table by clock

for a=0to 15for b=0to 15?hex$(mod(a*b,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