1 CHAIN The CHAIN statement transfers control from the current program to another BASIC program. The program to receive control must be in executable format. Example CHAIN "COSINE.EXE" 2 Syntax CHAIN str-exp