MODE (M) Switch the computer into the specified screen
mode. For example:
MODE 132
MORE (MO) || Continue an editing session.
NAME (N) Name (or rename) the file in memory. For example:
NAME JULY12
NEW Clear the text from memory.
PRINT (P) Print text onto continuous stationery. PRINT (P)
by itself prints the text in memory; if followed with
filename(s) it prints the contents of the named
file(s).
PRINTER (PRINTE) || Load the specified printer driver into memory. For
example:
PRINTER LASER
QUIT || Abandon an EDIT session.
READ (RE) Read a file onto the end of the document in
memory. May be used to read a file into a document
at a point indicated by a marker. For example:
READ INDEX 1 reads file INDEX into the current
document at the point indicated by
marker 1.
REPLACE (R) Find all occurrences of one string and request the
user to confirm replacement with another. For
example:
REPLACE FAT ROTUND
SAVE (SA) Save the text in memory with the specified name.
For example:
SAVE MY-CV saves the current file with the name
MY-CV ;
SAVE saves the current file with its current
name.
SCREEN (SC) Display the text on the screen as it will appear
when printed. For example:
SCREEN LETTER displays the file LETTER;
SCREEN displays the file in memory.
App 9.2