source:
liacs/coco/tests/semantic-checks/typemismatch4.p1
Last change on this file was 2, checked in by , 15 years ago | |
---|---|
File size: 105 bytes |
Line | |
---|---|
1 | program a; |
2 | |
3 | var |
4 | b: integer; |
5 | |
6 | function blaah: real; |
7 | |
8 | begin |
9 | blaah := 3.5 |
10 | end; |
11 | |
12 | begin |
13 | b := blaah |
14 | end. |
Note:
See TracBrowser
for help on using the repository browser.