Syntax error — quote marks maybe?

Post Reply
Eds
Posts: 2
Joined: Fri Feb 23, 2018 4:29 am
My devices: iPhone X

Syntax error — quote marks maybe?

Post 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.

Eds
Posts: 2
Joined: Fri Feb 23, 2018 4:29 am
My devices: iPhone X

Re: Syntax error — quote marks maybe?

Post by Eds »

Found it. iOS was using smart quotes. Went to settings and changed to simple quotes. 😀

Post Reply