Skip to content

Commit 3936c98

Browse files
committed
Tests.
1 parent ea5d8be commit 3936c98

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

main.fpl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
variable entier a -> 3;
22

33
verifier a {
4-
quand 5:
4+
quand 5,3:
55
envoyer "Bonjour";
66
,
7-
quand 1:
8-
envoyer "Yo";
9-
,
10-
defaut:
11-
envoyer "Salut";
12-
,
137
}

0 commit comments

Comments
 (0)