Page 1 of 1

Syntax error — quote marks maybe?

Posted: Fri Feb 23, 2018 4:40 am
by Eds
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.

Re: Syntax error — quote marks maybe?

Posted: Fri Feb 23, 2018 5:18 am
by Eds
Found it. iOS was using smart quotes. Went to settings and changed to simple quotes. 😀