HoldAll
Usage
Notes
Further Examples
Normally, arguments to functions are evaluated.
In[1]:=
|
Out[1]=
|
If a function is assigned the attribute HoldAll, however, its arguments will not be evaluated.
In[2]:=
|
In[3]:=
|
Out[3]=
|
This restores the previous behavior of hh.
In[4]:=
|
In[5]:=
|
Out[5]=
|
|