Programming Problem

Post Reply
Catalan
Posts: 1
Joined: Sun Sep 02, 2018 8:06 pm
My devices: Laptop, desktop, IPhone, IPad, IPad mini
Flag: United States of America

Programming Problem

Post by Catalan »

Every time I try to put a line like the following in any program, I receive an error:

10 PRINT “demo”

What gives?

matt7
Posts: 115
Joined: Sun Jul 12, 2015 5:00 pm
My devices: iPhone
Location: USA

Re: Programming Problem

Post by matt7 »

You cannot use the "smart quotes" ( “ ” ‘ ’ ) that have a direction to them. You must use straight quotes ( " and ' ). Press and hold the quotation mark key or apostrophe key on your iOS keyboard to get straight quotes. Or turn them off in Settings > General > Keyboards > Smart Punctuation.

For more info, see:
https://kibernetik.pro/forum/viewtopic.php?f=26&t=2135
https://kibernetik.pro/forum/viewtopic.php?f=26&t=2088

Post Reply