File input/output: Difference between revisions

Content added Content deleted
Line 624: Line 624:


== Icon and Unicon ==
== Icon and Unicon ==
Icon and Unicon I/O by default is line driven. This can be changed with options in open and by the use of reads() and writes().
==={{header|Icon}}===
==={{header|Icon}}===
<lang Icon>procedure main()
<lang Icon>procedure main()