I really like the new additions the beta version brings.

Unfortunately, I didn't have enough time to properly test the new module support,
so my request might already be obsolete or being discussed somewhere else.
If so, please blame my slow connection at that bunker *sigh* here that didn't give me a great
change to keep reading frequently what's going on here...
Anyway

Module Foo FriendOf Bar
This gives the module Foo the ability to access private members of the Bar module.
Of course it would be even better if we could specify members as public, private and perfected (friend).
This would greatly increase the possibilities of encapsulation as members can be
hidden from the outside but made available among specific modules.
What do you guys think?

Thank you
Shield