Re: private routines
- Posted by Ralf Nieuwenhuijsen <nieuwen at XS4ALL.NL> May 18, 1999
- 557 views
> And everyone knows that if I put *that* in an include file and include it, > the code in that file would be executed. Nope, it's not what I'd like. The code doesn't get executed until the routines are called.. Reread 'refman.doc' There can't be any other benefit except scoping, since there isn't any other cosmetic change other than with the scoping rules. All other 'advantages' have got in fact nothing to do with nested routines. They can't have. Ralf