We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf90af commit 945ee0dCopy full SHA for 945ee0d
main.fpl
@@ -1,3 +1,5 @@
1
-importer "fichier.fpl";
+variable texte a -> "5";
2
+convertir a entier;
3
-envoyer "Salut";
4
+variable texte b -> "5.25";
5
+convertir b decimal;
0 commit comments