Last change
on this file since 7 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:
230 bytes
|
Line | |
---|
1 | program towel;
|
---|
2 |
|
---|
3 | var
|
---|
4 | zaphod,
|
---|
5 | breeblebox: integer;
|
---|
6 | var
|
---|
7 | mice: real;
|
---|
8 |
|
---|
9 | function guide(arthur, ford: integer): real;
|
---|
10 |
|
---|
11 | begin
|
---|
12 | guide := arthur + ford
|
---|
13 | end;
|
---|
14 |
|
---|
15 | begin
|
---|
16 | { correct function call }
|
---|
17 | mice := guide(zaphod, breeblebox)
|
---|
18 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.