hex table by teebee(clock)

a=1
do 16
s=
do 16
s=d2x(a%16*-a,1)s
a=a+1
end
say lower(s)
end

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

download

return to the top page