Skip to content

Commit 097520f

Browse files
committed
Tests.
1 parent 4fbe988 commit 097520f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.fpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
variable texte a -> "5";
2-
convertir a entier;
1+
variable bool a -> vrai;
2+
envoyer a;
33

4-
variable texte b -> "5.25";
5-
convertir b decimal;
4+
variable bool globale b -> faux;
5+
envoyer b;

0 commit comments

Comments
 (0)