C question

Goldilocks lspirkov at udenva.UUCP
Mon Apr 15 08:20:18 AEST 1985


In article <> jack at boring.UUCP (Jack Jansen) writes:
>
>procedure p(var i:integer):integer;
>begin
>    p := i;
>    i := i+1;
>end (* p *);
>

you obviously don't know your pascal!  a function returns
something.  a procedure doesn't.

					Goldi



More information about the Comp.lang.c mailing list