|
Further Examples: PageWidth
This opens a stream, specifying that the page width is 20 characters.
In[1]:= 
Out[1]= 
This writes out an expression to the stream.
In[2]:= 
This closes the stream.
In[3]:= 
Out[3]= 
The lines in the expression written out are all broken so as to be at most 20 characters.
In[4]:= 
"x^5 + 5*x^4*y +
10*x^3*y^2 +
10*x^2*y^3 +
5*x*y^4 + y^5"
In[5]:= 
|