backbasic
Nov 23, 2020 - 18:58
I can’t doing input function.
Example : print(‘Hello World”) in console. It SyntaxError: invalid character in identifier
I can’t doing input function.
Example : print(‘Hello World”) in console. It SyntaxError: invalid character in identifier
@backbasic said:
print(‘Hello World”)
You begin with a quote and end with a double quote...
@backbasic your first quote is not a real quote but un invalid character ‘

Make sure you turn off smart punctuation... it never is..
Thank you