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 93201a2 commit 55b9bf0Copy full SHA for 55b9bf0
main.fpl
@@ -1,7 +1,2 @@
1
-definir p() {
2
- variable entier a -> 15;
3
- renvoyer a;
4
-}
5
-
6
-variable entier fonction b -> p;
7
-envoyer b;
+fichier lire "msg.txt" content;
+fichier ecrire "msg.txt" -> "Yo !";
0 commit comments