diff options
Diffstat (limited to 'res/ok_sample.tpc')
-rw-r--r-- | res/ok_sample.tpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/ok_sample.tpc b/res/ok_sample.tpc index 7591dfd..7b56e7f 100644 --- a/res/ok_sample.tpc +++ b/res/ok_sample.tpc | |||
@@ -6,12 +6,12 @@ | |||
6 | 6 | ||
7 | const special = 'b'; | 7 | const special = 'b'; |
8 | 8 | ||
9 | char funky_func(int arg) { | 9 | caractere funky_func(entier arg) { |
10 | return !arg; | 10 | return !arg; |
11 | } | 11 | } |
12 | 12 | ||
13 | void main(void) { | 13 | void main(void) { |
14 | char ret; | 14 | caractere ret; |
15 | ret = 1 + funky_func(0) * 2; | 15 | ret = 1 + funky_func(0) * 2; |
16 | 16 | ||
17 | while (ret) { | 17 | while (ret) { |