# * comment command

The * command treats the entire line
following the asterisk as a remark. Any text following the command
is ignored by the Output processor.

## Syntax

```
* {text}
```

## Example(s)

```
.*This is comment text.
```

## See also

- [Output processor commands](https://d3codex.com/output-processor/output-processor-commands/)
- [Output processor overview](https://d3codex.com/output-processor/output-processor-overview/)

---
Source: https://d3codex.com/output-processor/asterisk-comment-command/ - part of the D3Codex reference.
