PickBASIC / FlashBASIC
$chain statement
.mdThe $chain statement continues FlashBASIC or BASIC compilation in a different source item.
Syntax
$chain {file.ref} item-ID
Description
When file.ref is omitted, the current file is assumed.
There is no limit to the number of $chain statements, but any statements after a $chain statement is ignored.
Note: When
statements are accessed with the $chain statement,
the corresponding source lines are not visible from the FlashBASIC
or BASIC Debugger.
Example(s)
See also
Referenced by
1 topic mentions $chain statement in its description.