source:
liacs/coco/tests/simple/correct3.p0@
180
Last change on this file since 180 was 2, checked in by , 15 years ago | |
---|---|
File size: 165 bytes |
Line | |
---|---|
1 | { This program is correct } |
2 | |
3 | program yetanothertest; |
4 | |
5 | var |
6 | a: real; |
7 | |
8 | procedure foo(b: integer); |
9 | var |
10 | a: integer; |
11 | begin |
12 | writeinteger(b) |
13 | end; |
14 | |
15 | begin |
16 | a := 0 |
17 | end. |
Note:
See TracBrowser
for help on using the repository browser.