Skip to content

Variable names #25

@Grandiras

Description

@Grandiras

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

  1. Start a variable's name with a number: var 1test;
  2. 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions