Skip to content

Commit 10f2c0d

Browse files
committed
Tests.
1 parent c8b5f4a commit 10f2c0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.fpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ definir n() {
44
}
55

66
variable entier fonction retour -> n;
7-
envoyer retour;
7+
variable auto fonction r -> retour;
8+
envoyer r;

0 commit comments

Comments
 (0)