appeal VSL

This commit is contained in:
Vu Tuan Minh
2025-04-27 22:44:38 +02:00
parent 6dfa1c6fd8
commit 38e3f992b9
3 changed files with 19 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ PROTO INT add(x,y)
FUNC INT add(x,y) {
INT z
y := x+y
z := x+y
RETURN z
}
@@ -11,7 +11,7 @@ FUNC INT main(x,y) {
x := 5
minh := x * y
b:=3
c:=1
c:=add(x,b)
PRINT "coucou, tu peux réparer le visitPrint dans LLVM stp","il manque virgule au milieu", c*5+b
WHILE b - 1
DO{