Search found 2 matches
- Fri Feb 23, 2018 5:18 am
- Forum: Other topics
- Topic: Syntax error — quote marks maybe?
- Replies: 1
- Views: 1144
Re: Syntax error — quote marks maybe?
Found it. iOS was using smart quotes. Went to settings and changed to simple quotes.
- Fri Feb 23, 2018 4:40 am
- Forum: Other topics
- Topic: Syntax error — quote marks maybe?
- Replies: 1
- Views: 1144
Syntax error — quote marks maybe?
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.