•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The GFA-Basic Compendium
Author      : GFA Systemtechnik GmbH
Version     : GFABasic.HYP v2.98 (12/31/2023)
Subject     : Documentation/Programming
Nodes       : 899
Index Size  : 28056
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Document not found
@help       : Help
@options    : +g -i -s +z
@width      : 75
@hostname   : STRNGSRV
@hostname   : CAB     
@hostname   : HIGHWIRE
@hostname   : THING   
View Ref-FileSAVE f$
PSAVE f$

f$: sexp

The command SAVE stores a program on disk, under the specified name, f$. By
means of the command PSAVE, the specified file can be saved with list
protection and cannot subsequently be listed after re-loading with LOAD as it
is run immediately. In both cases, when no extension is specified for the file,
the default extension '.GFA' is used.

Example:

    SAVE "A:\TEST.GFA"

--> Saves the current program under the file name TEST.GFA on drive A.