|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
$NewSymbol
$NewSymbol
is a global variable which, if set, is applied to the name and context of each new symbol that Mathematica creates.
DetailsDetails
- The name and context of the symbol are given as strings.
- $NewSymbol is applied before the symbol is actually created. If the action of $NewSymbol causes the symbol to be created, perhaps in a different context, then the symbol as created will be the one used.
- $NewSymbol is applied even if a symbol has already been created with a Stub attribute by DeclarePackage.
- $NewSymbol is not applied to symbols automatically created by scoping constructs such as Module.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Set $NewSymbol to a function that prints the name and context when a new symbol is created:
| In[1]:= |
| Out[1]= |
Restore $NewSymbol to its default:
| In[4]:= |
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
