# .print command

The .print command prints the next line
of text on the terminal. This command is used in conjunction with
the .input command.

## Syntax

```
.print
```

## Example(s)

```
.print
Enter the subjects name:
.input
```

## See also

- [.input command (Runoff)](https://d3codex.com/runoff/dot-input-command-runoff/)
- [Runoff commands](https://d3codex.com/runoff/runoff-commands/)

---
Source: https://d3codex.com/runoff/dot-print-command/ - part of the D3Codex reference.
