Skip to content

Commit d03e655

Browse files
committed
Tests.
1 parent c23395a commit d03e655

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

main.fpl

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
variable bool a -> faux;
2-
envoyer a;
3-
changer a -> vrai;
1+
definir fonc() {
2+
variable bool b -> faux;
3+
renvoyer b;
4+
}
5+
6+
variable bool fonction a -> fonc;
47
envoyer a;

0 commit comments

Comments
 (0)