Changes

Jump to: navigation, search

Locomotive BASIC

46 bytes added, Thursday at 13:01
/* OPENOUT ‹filename› */
==== <code>OPENOUT ‹filename›</code> ====
: Opens the specified data file for writing. It writes an ASCII file. (To close writing use the command <code>CLOSEOUT</code>.) Write to the file with PRINT#9.
NOTE: No file is likely to be written until enough data is written (e.g. 2KB) or the file has at least 1 byte written and CLOSEOUT is used.
2,636
edits