Last change
on this file since 211 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
File size:
241 bytes
|
Line | |
---|
1 | { This program is correct wrt the CF grammar }
|
---|
2 |
|
---|
3 | program yetanothertest;
|
---|
4 |
|
---|
5 | var
|
---|
6 | a: real;
|
---|
7 |
|
---|
8 | function foo(c,b: integer): integer;
|
---|
9 | var
|
---|
10 | foo: integer; { foo is already declared as a function }
|
---|
11 | begin
|
---|
12 | foo := readinteger
|
---|
13 | end;
|
---|
14 |
|
---|
15 | begin
|
---|
16 | a := 0
|
---|
17 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.