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