-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
As variables can start with a number, references aren't possible at any time, as this number will be parsed as an integer.
To Reproduce
- Start a variable's name with a number: var 1test;
- Reference it: log(1test);
Expected behavior
I would either expect to not be allowed to name the variable this way or the reference to be correctly parsed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working