|
Further Examples: FlattenAt
Here is a list.
In[1]:= 
This flattens out only the sublist that appears at position .
In[2]:= 
Out[2]= 
This flattens out the sublist which appears second from the end.
In[3]:= 
Out[3]= 
This flattens out the element that appears at position .
In[4]:= 
Out[4]= 
This flattens out the elements that appear at positions and .
In[5]:= 
Out[5]= 
This completely flattens the elements that appear at positions and .
In[6]:= 
Out[6]= 
In[7]:= 
|