Skip to content

Commit 52b97ef

Browse files
committed
Tests.
1 parent 8fe379a commit 52b97ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

main.fpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
variable entier a -> 3;
1+
variable entier a -> 12;
2+
3+
variable entier b -> 12;
4+
variable entier c -> 10;
25

36
verifier a {
4-
quand 5,3:
7+
quand c, b:
58
envoyer "Bonjour";
69
,
7-
defaut:
8-
envoyer "salut";
9-
,
1010
}

0 commit comments

Comments
 (0)