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 33c704b commit 663f8d0Copy full SHA for 663f8d0
main.fpl
@@ -2,4 +2,5 @@ variable entier a -> 5;
2
envoyer a;
3
changer a -> 10;
4
5
-variable entier b -> a;
+variable decimal b -> a;
6
+envoyer b;
0 commit comments