# Data stacking

As in a macro, paragraphs can stack data by adding a second
value after a command. Also, a separate line can display with the
syntax:

```
data {data to stack}
```
This works in a similar fashion to the BASIC data statement.

## data statement

The data statement stacks the data string from within a paragraph.

## Syntax

```
data string
```
Warning: Quotation marks are included in the
data, if present.

---
Source: https://d3codex.com/tcl/data-stacking/ - part of the D3Codex reference.
