Multiplication Table by pooq

procedure main()
every writes(right((1to 12)*(j:=1to 12),3),if j<12then" "else"\n")
end

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

download

return to the top page