Skip to content

Commit 33f3b54

Browse files
committed
Tests.
1 parent 4f1199b commit 33f3b54

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

main.fpl

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
definir fonc() {
2-
variable bool b -> faux;
3-
renvoyer b;
4-
}
1+
variable entier a -> 5;
52

6-
variable bool fonction a -> fonc;
7-
envoyer a;
3+
verifier a {
4+
quand 5:
5+
envoyer "Bonjour";
6+
,
7+
quand 1:
8+
envoyer "Yo";
9+
,
10+
}

0 commit comments

Comments
 (0)