source:
liacs/coco/tests/simple/correct6.p0
Last change on this file was 2, checked in by , 15 years ago | |
---|---|
File size: 85 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | program assignment; |
2 | ||
3 | var r : integer; | |
4 | var b : real; | |
5 | ||
6 | begin | |
7 | r := 28; | |
8 | b := 12 | |
9 | end. |
Note:
See TracBrowser
for help on using the repository browser.