Frank Heckenbach wrote:
CBFalconer wrote:
The usage also violates the fundamental Pascal principal of "declare before use".
Actually it violates the principle of "declare" at all. That's the main problem.
That's the reason why I'm so much of a fan of the result variable declaration in the implementation header...