Can't create a new variable from an expression
Opened this issue · 0 comments
roguib commented
The following snippet is not supported by our compiler.
let a = 1;
let b = 3;
let c = a + b;
Opened this issue · 0 comments
The following snippet is not supported by our compiler.
let a = 1;
let b = 3;
let c = a + b;