Skip to content

Add ability to declare local variables up 'n' amount of scopes #441

@BSteffaniak

Description

@BSteffaniak
func() {
  if (x) {
    let ^y = "hey"
  }

  let z = y + " there"
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions