aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam NAILI2018-06-06 01:35:37 +0200
committerAdam NAILI2018-06-06 01:35:37 +0200
commita0e12235ddeaefb48062008db16485e8b9a1cb2c (patch)
tree554c672609d8382cc026ed3897407bc7e67fc5a0
parent5ab83f1b05ae69f9c61807bf4857c4096d90b41c (diff)
downloadtpc-compiler-a0e12235ddeaefb48062008db16485e8b9a1cb2c.tar.gz
Fixing ok_sample
-rw-r--r--res/ok_sample.tpc2
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 }