perfect square free by Carlos Gutierrez

?"[3";
for i=5to 99if mod(i^.5,1)?", ",i;
next
?"]"

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

download

return to the top page