fix proto again

This commit is contained in:
Vu Tuan Minh
2025-04-26 22:24:54 +02:00
parent 49c4382343
commit 3d4750f7e4
4 changed files with 18 additions and 26 deletions

View File

@@ -16,4 +16,6 @@ FUNC INT main(x,y) {
THEN READ a ELSE READ b
FI
b:=c+1
RETURN 4 + 6 * 5 + 2 }
RETURN 4 + 6 * 5 + 2 }
PROTO INT type(x,y)