Sieve of Eratosthenes: Difference between revisions

m
Assignment to `p` here is ineffectual, so just discarding the value is the proper action.
m (Assignment to `p` here is ineffectual, so just discarding the value is the proper action.)
Line 8,965:
 
var p int
p = <-primes
p = <-primes