source:
liacs/coco/tests/calls/procedure_is_no_function.p1@
342
Last change on this file since 342 was 2, checked in by , 15 years ago | |
---|---|
File size: 114 bytes |
Line | |
---|---|
1 | program snafu; |
2 | |
3 | var foo: integer; |
4 | |
5 | procedure proc(a: integer); |
6 | |
7 | begin |
8 | a := 3 |
9 | end; |
10 | |
11 | begin |
12 | foo := proc(42) |
13 | end. |
Note:
See TracBrowser
for help on using the repository browser.