Files
tp2-vsl-pds/tests/aLaMain.vsl
2025-04-10 21:23:32 +02:00

13 lines
268 B
Plaintext

FUNC INT main() {
INT a,b,c
b:=3
c:=1
PRINT "coucou, tu peux réparer le visitPrint dans LLVM stp","il manque virgule au milieu", c*5+b
WHILE b - 1
DO{
b := b - 1
c := c + 1
}
DONE
b:=c+1
RETURN 4 + 6 * 5 + 2 }