value operator for numeric values now explicit

This commit is contained in:
2025-12-20 22:34:30 +08:00
parent ea33ad31dd
commit 17799ff939
3 changed files with 67 additions and 18 deletions

View File

@@ -1,9 +0,0 @@
var x = 1;
func f() {
x = x + 1;
}
f();
var print = __fstdout_println;
print(x);