Skip to content
Craig Edwards edited this page Apr 28, 2023 · 3 revisions

CHAIN

CHAIN string-expression

Starts a new program, pausing the current program until the new program has finished. Any variables marked as GLOBAL will be passed to the child program. Once the new program has finished, the current program will continue from the line below the CHAIN statement.

Clone this wiki locally