in reply to Re: Returning all data from subroutine
in thread Returning all data from subroutine

Note that GrandFather's reply (++) includes an example of what I think of as 'classic' functional programming (update: actually, I think this would more formally be called procedural programming). Open almost any introductory CS textbook (hint, hint) and you will quickly encounter further, extensive discussion of this topic.

  • Comment on Re^2: Returning all data from subroutine