Syntax error on NEXT statment in nested for loops HP 28s
I am trying to convert a simple program for looking though the first 1000 numbers and counting how many primes are there. though right now I can’t even get nested for loops working. The error is on the NEXT statement, it says there is a Syntax Error.
Here is my code