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 c8b5f4a commit 10f2c0dCopy full SHA for 10f2c0d
main.fpl
@@ -4,4 +4,5 @@ definir n() {
4
}
5
6
variable entier fonction retour -> n;
7
-envoyer retour;
+variable auto fonction r -> retour;
8
+envoyer r;
0 commit comments