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 c23395a commit d03e655Copy full SHA for d03e655
main.fpl
@@ -1,4 +1,7 @@
1
-variable bool a -> faux;
2
-envoyer a;
3
-changer a -> vrai;
+definir fonc() {
+ variable bool b -> faux;
+ renvoyer b;
4
+}
5
+
6
+variable bool fonction a -> fonc;
7
envoyer a;
0 commit comments