tcl-prompt

tcl-prompt


tcl-hdr-on Index Level tcl.stack.desc
Syntax tcl-prompt {prompt} {(options}
Category TCL
Type Verb
Description sets the TCL prompt.

This sets a prefix to the TCL prompt.  To set the actual prompt character, append a comma to the end of the prompt followed by the new character. To set the select list prompt character, add another comma followed by the new select list prompt character.

This verb sets the @$PROMPT TCL shell variable.
Options f  Resets the prompt setting to the default.
See Also @ set
Example
Warnings
Compatibility D3 7.0
tcl-hdr-on Index Level tcl.stack.desc