Skip to content

Commit 5eb6081

Browse files
committed
Tests.
1 parent ab5523e commit 5eb6081

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

main.fpl

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
variable bool a -> vrai;
1+
variable texte a -> "vrai";
22
envoyer a;
3-
4-
variable bool globale b -> faux;
5-
envoyer b;
6-
7-
variable auto c -> a;
8-
envoyer c;
9-
10-
variable auto globale d -> b;
11-
envoyer d;
3+
convertir a bool;
4+
envoyer a;

0 commit comments

Comments
 (0)