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 b62e2e9 commit cb4158eCopy full SHA for cb4158e
main.fpl
@@ -1,5 +1,7 @@
1
-definir n(entier a) {
2
- envoyer "Yo j'ai eu" [a] "en math... mais toi tu as eu" 10 "roh !";
+definir n() {
+ envoyer "Yo j'ai eu en math mais toi tu as eu" 10 "roh !";
3
+ renvoyer 152;
4
}
5
-appeler n : a 5;
6
+variable entier fonction retour -> n;
7
+envoyer retour;
0 commit comments