Skip to content

Commit 6607649

Browse files
committed
Tests
1 parent 95b94d2 commit 6607649

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.fpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
variable entier a -> 1000
2-
variable entier b -> 100
1+
variable entier a -> 1000 |
2+
variable entier b -> 100 |
33

4-
variable decimal c -> 1.5
4+
variable decimal c -> 1.5 |
55

66
envoyer "Yo la compagnie."
77

88
envoyer "Yo la compagnie 2."
99

10-
envoyer c <-
10+
variable entier d -> 1 |

0 commit comments

Comments
 (0)