Head
Usage
• Head[expr] 给出expr的头。
Notes
Further Examples
Here are the heads of various numbers in Mathematica.
In[1]:=
|
Out[1]=
|
Looking at the heads of these expressions gives some insight into their internal representation. For the whole story, use FullForm.
In[2]:=
|
Out[2]=
|
In[3]:=
|
Out[3]=
|
|