[fpc-pascal] Re: Interesting namespace question

L L at z505.com
Mon Jun 25 00:45:44 CEST 2007


> A program doesn't have a namespace that one can access, AFAIK (someone care
> to correct?).

Note to self: Actually it does, as mentioned in another email from IK.

i.e.
program1.test


> var  // initialized record
>   NameSpace: TNameSpace(test: @test);


I meant:

   NameSpace: TNameSpace = (test: @test);




More information about the fpc-pascal mailing list