Skip to content

Commit cb4158e

Browse files
committed
Tests.
1 parent b62e2e9 commit cb4158e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

main.fpl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
definir n(entier a) {
2-
envoyer "Yo j'ai eu" [a] "en math... mais toi tu as eu" 10 "roh !";
1+
definir n() {
2+
envoyer "Yo j'ai eu en math mais toi tu as eu" 10 "roh !";
3+
renvoyer 152;
34
}
45

5-
appeler n : a 5;
6+
variable entier fonction retour -> n;
7+
envoyer retour;

0 commit comments

Comments
 (0)