declare works with list

This commit is contained in:
Minh VU
2025-04-05 15:55:24 +02:00
parent a06374fbab
commit 0a48bf22bf
6 changed files with 40 additions and 15 deletions

View File

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