Multiplication Table by Carlos Gutierrez

for(;++i<D;j=0){for(;++j<D;){if(v=i*j<A)" "
if(v<100)" "
print v
if(j<C)" "}
"
"}

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

download

return to the top page