Skip to content

Commit 06bb54f

Browse files
committed
Tests.
1 parent 9e8c8a2 commit 06bb54f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

main.fpl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
variable entier a -> 5;
2-
envoyer a;
3-
changer a -> 10;
4-
envoyer a;
5-
variable decimal b -> a;
6-
envoyer b;
1+
variable entier a -> 4;
2+
envoyer "Yo" 10 5.5 [a];

0 commit comments

Comments
 (0)