Stampa i numeri primi sbagliati...
Dove sbaglio?
10 h=.5
20 s=1000 !dim s(1000)
30 for j=1 to s
40 CALL LOAD(s+j,1)
45 next j
46 print "array cleared"
50 for n=2 to 1000
60 CALL PEEK(s+n,X):: IF X<h THEN 90 !if s(n)<h then goto 90
70 print n;
80 for J=n to 1000 step n
81 call load(s+u,0)
82 next j
90 next n
100 end