Yes. Exporting the name causes it to be available in the global namespace with "using." All names are visible in the fully qualified namespace.
On Saturday, December 6, 2014 5:34:32 PM UTC-6, Petr Krysl wrote: > > When I qualify the names of functions or types within a module that I am > "using" with the name of the module, as for instance > > fens1=FENodeSetModule.FENodeSet(xyz=[X[:,1] X[:,2]]), > > I can access everything, even though the module does not export anything. > > Is that as expected? > > Thanks, > > Petr >
