|
Further Examples: Delete
This deletes the third element from the list.
In[1]:= 
Out[1]= 
This does the same thing.
In[2]:= 
Out[2]= 
This deletes the first and last elements.
In[3]:= 
Out[3]= 
Here the last element of the first element is deleted.
In[4]:= 
Out[4]= 
|