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

Protection of global variable names is case insensitive #716

Open
lgto4 opened this issue Sep 19, 2019 · 1 comment
Open

Protection of global variable names is case insensitive #716

lgto4 opened this issue Sep 19, 2019 · 1 comment

Comments

@lgto4
Copy link

lgto4 commented Sep 19, 2019

Write a single line program, var ELLIPSE = 1; and note that Yoko Oh Noes gets bent out of shape re. redefining "ellipse". Remove the "var" and note that Yoko Oh Noes has no idea re. that identifier.

@1point7point4
Copy link

Strangely enough, ellipse and ELLIPSE trigger this error, but other casings (i.e. Ellipse or eLLIPSE) don't.

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

2 participants