LOADLO.

A command which loads a new program from a file and CLEARs the variables of the old program. The program file must be in 'internal' (tokenised) format.

LOAD "PROG1"
LOAD A$

You use LOAD to bring a program in a disk file into memory. The keyword LOAD should be followed by the name of the program file.

Syntax

LOAD <str>

Associated Keywords