Skip to content

Commit 1448a3f

Browse files
committed
Tests.
1 parent a105a47 commit 1448a3f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

main.fpl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
definir n(entier a) {
2-
variable entier b -> a;
3-
envoyer b;
4-
variable decimal c -> a;
5-
envoyer c;
2+
envoyer "Yo j'ai eu" [a] "en math... mais toi tu as eu" 10 "roh !";
63
}
74

85
appeler n : a 5;

0 commit comments

Comments
 (0)