source:
liacs/coco/tests/code-generation/test7.p0@
166
Last change on this file since 166 was 2, checked in by , 15 years ago | |
---|---|
File size: 126 bytes |
Line | |
---|---|
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.