On Mon, Jul 26, 2010 at 11:47 AM, Martin <f...@mfriebe.de> wrote:
> On 26/07/2010 15:36, Marcos Douglas wrote:
>> [snip]
>>
>> {$NAMESPACE ON}
>> unit strutils namespace my;
>>
>> With {$NAMESPACE ON} all units will have namespaces, unless FPC's units.
>>
>
> Not sure why a directive?
>
> To allow none fully qualified names? Then we a back to square one.

To allow ONLY qualified names (using namespaces) not to have syntax
problems cited earlier (eg. foo.bar.a is using namespace or not?).
But was just one idea...


MD
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to