I used "next" again. The sub thread jumped over the calculation loop between line 33 and 36.
This is correct, since "current" has "3", a prime number, no need to do any calculation.
Then I used "next" and "print" several times. I saw prime number 3 was correctly recorded
in the "primes" array.