# Zone output specification

The zone command sets left and right output zone limits of debugger display.

Both limit arguments must be numeric, and it is advised that the second argument be larger
 than the first. Pressing ENTER after the [ command removes zone limits.

```
*[{left.limit, right.limit}]
```
or

```
*[
```

---
Source: https://d3codex.com/flashbasicdebugger/zone-output-specification/ - part of the D3Codex reference.
