StardustPL / Stardust

"A programming language that doesn't make me angry to use it."
https://StardustPL.GitHub.IO/
The Unlicense
4 stars 0 forks source link

Planning: case sensitivity #30

Open LB-- opened 8 years ago

LB-- commented 8 years ago

Once a name is used, no other name in the same scope can be the same with a different case, but all uses of the name must match the original declaration's case.

For example, a variable named example prevents creating another variable named Example, and trying to refer to the existing variable as eXample will generate an error.