Changes

Locomotive BASIC

1 byte added, Thursday at 13:05
/* SAVE "filename" [,filetype][,paramter1,parameter2,parameter3] */
==== <code>CAT</code> ====
: Displays the names of the files on the tape or disc. Tape files are displayed in the order they are encountered. Disc files are sorted alphabetically by ACSII ASCII code. Only files matching the current user are displayed. Files marked as system are not displayed.
: Examples:
<pre>CAT :REM lists all disc files in alpha-numeric (ASCII) order</pre>
</pre>
==== <code>SAVE "filename" [,filetype][,paramter1parameter1,parameter2,parameter3]</code> ====
: Command saves the current BASIC program / content from RAM onto a storage medium (e.g. Tape, Disc)
2,636
edits