|
|
Re: original meaning of System` functions
Posted:
Jan 11, 2011 12:30 AM
|
|
On Jan 10, 8:38 am, DrMajorBob <btre...@austin.rr.com> wrote: > I suppose you could export brief "shell" functions that call the ones you= > want to hide (which you would not export).
Since Mathematica has no concept of a proper namespace, there is actually no difference between "exported" and "non-exported". You can easily get all the names of the package P by asking for
Names["P`*"] Names["P`Private`*"]
Then
??P`Private`F
for some function F listed above, will show you the source.
Can you please detail a bit more of what you mean?
Ralf
|
|