Skip to content

Commit 39c4c95

Browse files
committed
Tests.
1 parent 3929140 commit 39c4c95

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

main.fpl

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
variable entier a -> 1000 |
2-
variable entier b -> 100 |
3-
4-
variable decimal c -> 1.5 |
5-
6-
envoyer "Yo la compagnie."
7-
8-
envoyer "Yo la compagnie 2."
9-
10-
envoyer c <-
11-
12-
changer a -> 1
13-
14-
envoyer a <-
15-
16-
envoyer "Yo la compagnie 4."
1+
variable entier a -> 5;
2+
envoyer a;
3+
changer a -> 10;
4+
envoyer a;
5+
variable entier b -> a;

0 commit comments

Comments
 (0)