source:
liacs/coco/tests/code-generation/test7.p0@
45
Last change on this file since 45 was 2, checked in by , 15 years ago | |
---|---|
File size: 126 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | program weil; |
2 | ||
3 | var | |
4 | johny: integer; | |
5 | ||
6 | begin | |
7 | johny := 10; | |
8 | while (johny > 0) do | |
9 | begin | |
10 | johny := johny - 1 | |
11 | end | |
12 | end. |
Note:
See TracBrowser
for help on using the repository browser.