Syntax error — quote marks maybe?
Posted: Fri Feb 23, 2018 4:40 am
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.
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.