Files
matcha/test.matcha
T

9 lines
51 B
Plaintext

let x = 5;
let y = {
let x = 1;
x + 1
};
x + y