Re: Host variable inheritance



Joost wrote:
I would also be in favor of anything that allows one to block the
'import' or 'inheritance' of variables from the host. The fact that
this isn't possible right now made us abandon internal procedures... it
is just too error prone. I don't care about the syntax, even IMPLICIT
REALLY NONE would be fine ;-)

Joost

I'm the opposite way round - most of my internal procedures are chunks of code pulled verbatim from horrendously long and complicated old routines, so that the underlying structure is exposed. I need to inherit everything in there - but I'd love to be able to write INHERIT ALL so that the next person who looks at the code can see that's what's intended to be going on.

Catherine.
.



Relevant Pages

  • Re: Host variable inheritance
    ... How about an INHERIT statement to control the ... the name of the host. ... descriptions of Fortran code that have the phrase "then you use USE" ...
    (comp.lang.fortran)
  • Re: Host variable inheritance
    ... How about an INHERIT statement to control the ... I've mentioned the feature many times in this forum. ... the name of the host. ... descriptions of Fortran code that have the phrase "then you use USE" ...
    (comp.lang.fortran)