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

Variable names starting with underscores #202

Open
curio77 opened this issue Jul 30, 2024 · 0 comments
Open

Variable names starting with underscores #202

curio77 opened this issue Jul 30, 2024 · 0 comments

Comments

@curio77
Copy link

curio77 commented Jul 30, 2024

Is there a reason why variable (and presumably function) names cannot start with an underscore (e.g., “_foo”)? Getting an error, “Invalid token: '_'”, when trying to parse an expression containing one into an EvaluableExpression. Underscores are allowed inside variable names, and they are commonly treated like letters in the context of variable names in all programming languages I can think of, so there really shouldn't be a reason.

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