Twin primes by pooq

for i=3to 2e3step 2f=0
for j=2to i/2f=f+!mod(i,j)next
if g*!f?i-2,",",i
g=!f
next

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

download

return to the top page