hex table by pooq

do i=0 to 15
a=
do j=0 to 15
a=a||d2x(i*j//16)
end
say lower(a)
end

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

download

return to the top page