On Mon, Feb 02, 2004 at 10:15:01PM +0100, Martin Stjernholm, Roxen IS @ Pike developers forum wrote:
assumed to be constants at compile time. They are variables, but the '.' operator is evaluated at compile time, so anything indexed through it becomes a constant value.
Ahhh.... Now I see.... By importing something I just add implicit "Foo." to anything what otherwise would have Foo. as prefix...
It also means that I've to use Foo->var always to access some module's variable directly, and there is no way to remove this "Foo->" prefix...
...so I am going to miss (again) `=() - to access module variables directly :)
Regards, /Al