source:
liacs/coco/tests/varia/yet_another_call.p0@
99
Last change on this file since 99 was 2, checked in by , 15 years ago | |
---|---|
File size: 131 bytes |
Rev | Line | |
---|---|---|
[2] | 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.