PickBASIC / FlashBASIC
chain statement
.mdThe chain statement transfers processing control to TCL, which interprets and executes the statement defined in the expression.
Syntax
chain tcl.expParameter(s)
| tcl.exp | statement to be executed once control is transferred to TCL. |
Description
When the TCL expression finishes, control does not return to the program. The chain statement transfers control one way only.
Example(s)
chain "file-save" chain \off\
Referenced by
9 topics mention chain statement in its description.