Say some program A uses some unit B which uses some unit C:
program A;
uses B;
unit B;
interface
uses C;
Does A implicitly use C as well?
(I am not asking about best practices, but from a compiler/static analysis point of view.)
There are two ways to interpret the question.
Yes it does.
No.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With