# stack command

The stack command enables or disables
the tcl-stacking function for the current port
only, or displays the status of the stacker if no options are provided.

## Syntax

```
stack {(options)}
```

## Parameter(s)

| options | f | TCL stacker off. |
| --- | --- | --- |
| n | TCL stacker on. | |
| s | Suppresses output of status message. | |

## See also

- [Dot stack](https://d3codex.com/tcl/dot-stack/)
- [TCL stack](https://d3codex.com/tcl/tcl-stack/)
- [tcl-stack file](https://d3codex.com/systemfiles/tcl-stack-file/)

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