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-FileCHAIN f$
f$: sexp
The command CHAIN loads a program into memory and starts execution
immediately when the program is loaded. When no extension is specified, the
extension '.GFA' is assumed.
Example:
CHAIN "A:\EXAMPLE.GFA"
--> The program EXAMPLE.GFA is loaded from disk and is immediately RUN.
Memo: This command works a bit differently compiled.
See section 'Interpreter - Compiler Differences'.