# o command (PROC processor)

The o command outputs literal text to
the terminal at the next available line.

## Syntax

```
o {text}{+}
```

## Parameter(s)

| text | Text to output to the terminal including all leading and trailing spaces. |
| --- | --- |
| + | Suppresses the usual carriage return at the end of the text. |

## Example(s)

```
o
o This reports takes a while to run...
o Please sit by...
o
```

---
Source: https://d3codex.com/proc/o-command-proc-processor/ - part of the D3Codex reference.
