implement scoping 🎉

This commit is contained in:
Peter
2023-11-18 11:18:25 +01:00
parent c3ee83292f
commit ae30900155
19 changed files with 338 additions and 181 deletions

View File

@@ -1,4 +1,4 @@
int x, y;
int x,y;
int x = 10;
int y = x % 3;