SAVESA.

A statement which saves the current program area to a file, in internal (tokenised) format.

SAVE "FRED.BBC"
SAVE A$

You use SAVE to save your program for use at a later time. The program must be given a name (file-specifier) and this name becomes the name of the file in which your program is saved.

Syntax

SAVE <str>

Associated Keywords