LOADS THE SOURCE FILE F THEN EXECUTES IT
ACTION
The command CHAIN F loads the source file F and executes it.
F is the absolute or relative name of the file.
The extension .bas is optional.
The absolute name is the entire name, related to the root of the file system.
The relative name is the name of the file related to the current directory (ex: "file.bas").
SYNTAX:
CHAIN F
USE ERROR EXAMPLE
rem lauch the execution of source src.bas
chain "src.bas"
CHAIN
CHAIN F
SEE ALSO
-