Piprimes: Difference between revisions

m
→‎{{header|Tiny BASIC}}: -fix this; makes no difference to the output but anyway
(add C)
m (→‎{{header|Tiny BASIC}}: -fix this; makes no difference to the output but anyway)
Line 84:
IF Z = 0 THEN RETURN
LET I = I + 1
IF I*I <= P THEN GOTO 110
RETURN</lang>
 
781

edits