Skip to content

Commit 945ee0d

Browse files
committed
Tests
1 parent 8bf90af commit 945ee0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

main.fpl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
importer "fichier.fpl";
1+
variable texte a -> "5";
2+
convertir a entier;
23

3-
envoyer "Salut";
4+
variable texte b -> "5.25";
5+
convertir b decimal;

0 commit comments

Comments
 (0)