Invalid expression term "char"
Posted: Thu Dec 15, 2011 11:06 pm
I realize this may be simple and I'm overlooking something. But when I use the following code:
I get error:
Any pointers?
- Code: Select all
if char.isLetterOrDigit(key) or key == c'_'
return CompletionDataProviderKeyResult.NormalKey
I get error:
Invalid expression term "char"
Any pointers?