Skip to content

Commit 40f5da9

Browse files
committed
Tests.
1 parent 3998957 commit 40f5da9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.fpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
definir principal(texte msg, auto a) {
2-
envoyer msg;
1+
definir n(entier a) {
2+
variable entier b -> 10;
3+
variable auto globale cc -> a;
34
}
45

5-
appeler principal : msg "Yo", a 5;
6-
envoyer msg;
6+
appeler n : a 5;

0 commit comments

Comments
 (0)