complexpr/tests/code.cxpr

3 lines
32 B
Text
Raw Normal View History

2022-09-06 13:52:29 +00:00
let a = 1;
let b = 2;
a = a + b;