LOAD

PURPOSE:
To retrieve a PROGRAM from the disk..
STATEMENT SYNTAX:
LOAD filename
where:
filename = Any valid operating system filename.
EXAMPLE:
LOAD "PRGRAM"
LOAD W$+"2"
NOTES:
The LOAD command executes a RESET command.
After the program has been loaded, it may be executed or changed by the addition, deletion or alteration of statements. The execution of the LOAD command has no effect on the DATA AREA, which remains intact.
SEE:
SAVE