If I write the following code:
program Ex1 (input, output);
type NumNode = record Value: integer; pNext: ^ NumNode; end;
function a (b:integer): integer; begin end;
begin end.
Then the compilation works. So it seems the second record is somehow not accepted.
--------------------------------- Do you Yahoo!? Yahoo! Small Business - Try our new resources site!
loop lopy wrote:
Part 1.1Type: Plain Text (text/plain)
I suspect you want somebody to read your posting. This is more likely to happen when the html is replaced with normal text.