PickBASIC / FlashBASIC
$chain directive
.mdThe $chain directive 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 directives, but any statement after a $chain directive is ignored.
Note: When statements are accessed with the $chain directive, the corresponding
source lines are not visible from the FlashBASIC or BASIC Debugger.
Example(s)
See also
$include directive→call statement→common statement→Compiler directives→data statement→enter statement→execute statement (UNIX)→get statement→input statement→precision statement→run command→send statement→statement blocks→Statements and functions→tcl statement→then/else statement blocks→ud0ba user exit→