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 33e18fa commit 9f7c22cCopy full SHA for 9f7c22c
main.fpl
@@ -1,5 +1,5 @@
1
-variable entier a -> 10;
2
-variable auto b -> a;
3
-envoyer b;
4
-changer b -> 15;
5
+definir p(entier a) {
+ envoyer "cc";
+ renvoyer a;
+}
+variable entier fonction b -> p : 10;
0 commit comments