: Opens the specified data file for reading. It have to be an ASCII file. ( The command closein closes reading data file. )
==== <code>OPENOUT "datafile‹filename›"</code> ====
: Opens the specified data file for writing. It writes an ASCII file. (To close writing use the command closein.)