Multiplication Table by pooq

do i=1 to 12
do j=1 to 12
call charout,right(i*j,3)d2c(32-(j=12)*22)
end
end

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

download

return to the top page