Skip to content

Commit a105a47

Browse files
committed
Tests.
1 parent 40f5da9 commit a105a47

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

main.fpl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
definir n(entier a) {
2-
variable entier b -> 10;
3-
variable auto globale cc -> a;
2+
variable entier b -> a;
3+
envoyer b;
4+
variable decimal c -> a;
5+
envoyer c;
46
}
57

68
appeler n : a 5;

0 commit comments

Comments
 (0)