assign, return exp val

This commit is contained in:
Vu Tuan Minh
2025-04-07 15:02:10 +02:00
parent 7076633d6a
commit deafaa26fc
7 changed files with 54 additions and 27 deletions

View File

@@ -1,3 +1,4 @@
FUNC INT main() {
INT a,b,c
RETURN 4 + 6 * 5 + 3 }
a := 2
RETURN 4 + 6 * 5 + a }