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