SAVE [ file$ ]
Saves the program in the current working directory on the SD card as ‘file$’. The file name is optional and if omitted the last file name used in SAVE, LOAD or RUN will be automatically used.
Example: SAVE “TEST.BAS” If an extension is not specified “.BAS” will be added to the file name.
Example:
SAVE “TEST.BAS”
If an extension is not specified “.BAS” will be added to the file name.
See also:
CHAIN
EDIT
LOAD
MERGE
MM.FNAME$
NEW
RUN
Leave a Reply