BASIC SET SAVE Statement - fvdhoef/aquarius-plus GitHub Wiki
SET SAVE
TYPE: plusBASIC system statement
FORMAT: SET SAVE ASC ON
Action: Causes SAVE to always save BASIC programs as ASCII format.
- Programs will be SAVEd in ASCII format even if
,ASC
does not follow the filename.
FORMAT: SET SAVE ASC OFF
Action: Causes SAVE to save BASIC programs in ASCII format only when specified.
- Programs will be SAVEd in ASCII format only if
,ASC
follows the filename. - This is the setting when BASIC starts up.