mise à jour des tests
This commit is contained in:
10
tests/fragment1/while2.vsl
Normal file
10
tests/fragment1/while2.vsl
Normal file
@@ -0,0 +1,10 @@
|
||||
FUNC INT main() {
|
||||
INT x, y x :=
|
||||
42 y:=0
|
||||
WHILE x DO {
|
||||
x := x - 1
|
||||
y := y + 2
|
||||
} DONE
|
||||
RETURN y
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user