QBasic 1.1: CHAIN Statement

Syntax

CHAIN filespec$

Description / Parameter(s)

filespec$ The name of the program to which control is passed.

Example

'Assumes the program TEST.BAS is in a \DOS directory. CHAIN "C:\DOS\TEST.BAS"