# tcl-prompt command

The tcl-prompt BASIC program sets the
prefix to the TCL prompt.

This command sets the `@$prompt` TCL shell
variable.

## Syntax

```
tcl-prompt {prompt} {(options}
```

## Parameter(s)

| options | f | Resets the prompt setting to the default. |
| --- | --- | --- |

## See also

- [@ shell variable](https://d3codex.com/tcl/shell-variable/)
- [set command](https://d3codex.com/tcl/set-command/)

---
Source: https://d3codex.com/tcl/tcl-prompt-command/ - part of the D3Codex reference.
