retest non block with if then else

This commit is contained in:
Vu Tuan Minh
2025-04-10 12:43:08 +02:00
parent 28e0517f23
commit 754e12a9e5
4 changed files with 13 additions and 22 deletions

View File

@@ -5,7 +5,6 @@ FUNC INT main() {
PRINT "coucou, tu peux réparer le visitPrint dans LLVM stp","il manque virgule au milieu", c*5+b
IF 1 THEN a:=a+1 FI
IF 2 THEN b:=c+1 ELSE
b:=c+1
READ a, b, c, d
b:=c+1
FI
RETURN 4 + 6 * 5 + 2 }