VarDec and VarAssign now work

This commit is contained in:
Pasha Bibko
2025-04-28 20:43:41 +01:00
parent 3ec6cc0c6e
commit cbc179411a
4 changed files with 26 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
func main()
{
result = 3
int result
result = 4
}