# exec-stacking-on macro

The exec-stacking-on macro enables nested
executes to be performed in an atomic manner.

Note: Attributes are used to separate commands and value
marks are used to separate data referenced by commands. See the [execute statement](https://d3codex.com/pickbasic-flashbasic/execute-statement/) for more information.

## Syntax

```
exec-stacking-on
```

## See also

- [execute statement](https://d3codex.com/pickbasic-flashbasic/execute-statement/)
- [exec-stacking-off macro](https://d3codex.com/tcl/exec-stacking-off-macro/)

---
Source: https://d3codex.com/tcl/exec-stacking-on-macro/ - part of the D3Codex reference.
