700resu
700resu

Reputation: 259

Output and Input in SML

I am trying to understand TextIO to write and read files line by line. Most resources online start without some introductory texts. I do not have any previous knowledge with file handling and no advanced knowledge with SML. I do not know how to deal with signatures if that is needed.

Any Link or detailed description would be of great help.

Thank You.

Upvotes: 0

Views: 1529

Answers (1)

brunsgaard
brunsgaard

Reputation: 5168

Mabye this will help you.....

http://www.cs.cornell.edu/courses/cs312/2006fa/recitations/rec09.html

Upvotes: 1

Related Questions