basic.chain
Transfers control to executable TCL expression.
Syntax
chain TCL.expression
Description
transfers processing control to TCL, which interprets and executes the command defined in the expression.
When the TCL expression finishes, control does NOT return to the program - 'chain' is one-way only.
Example
chain 'file-save'
chain \off\
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
