StringToStream
Usage
Notes
Further Examples
This converts a string to an input stream object.
In[1]:=
|
Out[1]=
|
This reads the first number from the stream object.
In[2]:=
|
Out[2]=
|
This reads the remaining numbers from the stream object.
In[3]:=
|
Out[3]=
|
This closes the stream.
In[4]:=
|
Out[4]=
|
In[5]:=
|
|