Subject Re: Procedures vs functions
Author Roman Rokytskyy
> No point in being different unless you have a good reason... not
> because you can't come up with a bad one.

Well, the function in C cannot return multiple values, while procedure
still can. So function is a procedure that returns only one value :))

Roman