diff options
author | Adam NAILI | 2018-06-06 01:35:37 +0200 |
---|---|---|
committer | Adam NAILI | 2018-06-06 01:35:37 +0200 |
commit | a0e12235ddeaefb48062008db16485e8b9a1cb2c (patch) | |
tree | 554c672609d8382cc026ed3897407bc7e67fc5a0 | |
parent | 5ab83f1b05ae69f9c61807bf4857c4096d90b41c (diff) | |
download | tpc-compiler-a0e12235ddeaefb48062008db16485e8b9a1cb2c.tar.gz |
Fixing ok_sample
-rw-r--r-- | res/ok_sample.tpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/ok_sample.tpc b/res/ok_sample.tpc index e27e86a..c8d3d9d 100644 --- a/res/ok_sample.tpc +++ b/res/ok_sample.tpc | |||
@@ -14,7 +14,7 @@ void main(void) { | |||
14 | entier ret; | 14 | entier ret; |
15 | ret = 1 + funky_func(0) * 2; | 15 | ret = 1 + funky_func(0) * 2; |
16 | 16 | ||
17 | while (ret) { | 17 | while (1) { |
18 | reade(ret); | 18 | reade(ret); |
19 | print(ret); | 19 | print(ret); |
20 | } | 20 | } |