Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message improvement, not operator #28

Open
sjunges opened this issue Jul 21, 2020 · 0 comments
Open

Error message improvement, not operator #28

sjunges opened this issue Jul 21, 2020 · 0 comments

Comments

@sjunges
Copy link
Contributor

sjunges commented Jul 21, 2020

Hi,

I recently got this error

Syntax error: Error at line 27, position 71: Dangling expression after 'not'.

which I found confusing because the word 'not' did appear only in a different line. It took me a while to realize that the ! operator was meant. Maybe change into

Syntax error: Error at line 27, position 71: Dangling expression after negation ('!').

Best,
Sebastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant