We have parentheticals

This commit is contained in:
2026-07-09 10:29:17 -05:00
parent a34bbba4b1
commit 725c6aa835
4 changed files with 21 additions and 12 deletions
+1 -7
View File
@@ -1,8 +1,2 @@
let x = 5;
let y = {
let x = -x;
x + 1 * -x
};
x + y
(5 + 6) * 4