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 2671fd7 commit 604330aCopy full SHA for 604330a
main.fpl
@@ -1,5 +1,6 @@
1
definir principal(texte msg, auto a) {
2
- envoyer "yo";
3
- envoyer "salut la compagnie";
+ envoyer msg;
4
}
5
-appeler principal : msg "Yo", a 5;
+
+appeler principal : msg "Yo", a 5;
6
+envoyer msg;
0 commit comments