source: liacs/coco/tests/code-generation/test7.p0@ 136

Last change on this file since 136 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

File size: 126 bytes
Line 
1program weil;
2
3var
4 johny: integer;
5
6begin
7 johny := 10;
8 while (johny > 0) do
9 begin
10 johny := johny - 1
11 end
12end.
Note: See TracBrowser for help on using the repository browser.