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-FileLOAD f$
f$: sexp
The command LOAD loads a program. The expression f$ must contain the
file name along with the full access path for the file. When no extension is
specified for the file, the default extension '.GFA' is used.
Example:
LOAD "A:\TEST.GFA"
--> The program loads TEST.GFA from the root directory of drive A.