Skip to content

Can't create a new variable from an expression #14

@roguib

Description

@roguib

The following snippet is not supported by our compiler.

let a = 1;
let b = 3;
let c = a + b;

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions