Files
matcha/test.tea
T
2026-07-08 05:22:42 -05:00

9 lines
51 B
Plaintext

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