Files
matcha/test.matcha
T
2026-07-09 10:17:31 -05:00

9 lines
57 B
Plaintext

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