NAME
CHAIN Statement
SYNOPSIS
CHAIN filespec$
o filespec$ The name of the program to which control is passed.
DESCRIPTION
Transfers control from the current program to another Basic program.
Example:
'Assumes the program TEST.BAS is in a \DOS directory.
CHAIN "C:\DOS\TEST.BAS"
SEE ALSO
CALL COMMON RUN