|
Further Examples: Append
This definition allows several elements to be appended to a list simultaneously.
In[1]:= 
In[2]:= 
Out[2]= 
Here is a variation that allows more general heads than List.
In[3]:= 
Here t, u and v are appended to expressions with heads Plus, Times, and Power.
In[4]:= 
Out[4]= 
In[5]:= 
Out[5]= 
|