Skip to content

Conversation

sibber5
Copy link
Contributor

@sibber5 sibber5 commented Mar 26, 2025

Closes #852

## Naming

Both variables and constants can be named with any Unicode character or string.
Both variables and constants can be named with any Unicode character or string, but they can't end with `n't` or `n` because that would conflict with the highly intuitive 'not' operator.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change should be reverted. A variable can be named 4 too to overwrite 4, so const const falsen't = false should work as well.

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

Successfully merging this pull request may close these issues.

Feature: allow n't as a 'not' operator as well

2 participants