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 4fbe988 commit 097520fCopy full SHA for 097520f
main.fpl
@@ -1,5 +1,5 @@
1
-variable texte a -> "5";
2
-convertir a entier;
+variable bool a -> vrai;
+envoyer a;
3
4
-variable texte b -> "5.25";
5
-convertir b decimal;
+variable bool globale b -> faux;
+envoyer b;
0 commit comments