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 a73e503 commit 51f6e43Copy full SHA for 51f6e43
main.fpl
@@ -1,2 +1,5 @@
1
variable entier a -> 10;
2
-envoyer a;
+variable auto b -> a;
3
+envoyer b;
4
+changer b -> 15;
5
0 commit comments