source:
liacs/coco/tests/varia/yet_another_call.p0@
314
Last change on this file since 314 was 2, checked in by , 15 years ago | |
---|---|
File size: 131 bytes |
Line | |
---|---|
1 | program yeck; |
2 | |
3 | procedure blaah(a,b: real; c: integer; d: real); |
4 | |
5 | begin |
6 | a := a + b + c |
7 | end; |
8 | |
9 | begin |
10 | blaah(1.1, 2.2, 3, 4.4) |
11 | end. |
Note:
See TracBrowser
for help on using the repository browser.