You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: