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 3998957 commit 40f5da9Copy full SHA for 40f5da9
main.fpl
@@ -1,6 +1,6 @@
1
-definir principal(texte msg, auto a) {
2
- envoyer msg;
+definir n(entier a) {
+ variable entier b -> 10;
3
+ variable auto globale cc -> a;
4
}
5
-appeler principal : msg "Yo", a 5;
6
-envoyer msg;
+appeler n : a 5;
0 commit comments