I’m getting this error when running this code:
FOR i=1 TO 100
PRINT “Hello! “
NEXT i
I get:
Syntax Error
PRINT “Hello! “
Do I need different quote marks? Single quotes have the same error.
Syntax error — quote marks maybe?
Re: Syntax error — quote marks maybe?
Found it. iOS was using smart quotes. Went to settings and changed to simple quotes.