PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Attributes
>
Built-in
Mathematica
Symbol
Attributes
Automatic Loading of Packages
Tutorials »
|
Attributes
More About »
Stub
Stub
is an attribute which specifies that if a symbol is ever used,
Needs
should automatically be called on the context of the symbol.
MORE INFORMATION
Symbols with the
Stub
attribute are created by
DeclarePackage
.
A symbol is considered "used" if its name appears explicitly, not in the form of a string.
Names
["
nameform
"]
and
Attributes
["
nameform
"]
do not constitute "uses" of a symbol.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
In[1]:=
Out[1]=
In[2]:=
Out[2]=
Use of the symbol implies reading the corresponding package automatically:
In[3]:=
Out[3]=
Properties & Relations
(1)
TUTORIALS
Attributes
Automatic Loading of Packages
MORE ABOUT
Attributes
New in 2
© 2008 Wolfram Research, Inc.