FF PP ZZ by pooq

input""n
for i=1to n-1for j=1to n-1a=i*j
h=int(a/n)
l=mod(a,n)
?" "+chr$(32+(h+16+(h>9)*7)*!!h)+chr$(l+48+(l>9)*7);next
?next

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

download

return to the top page