# .* function

The .* function treats the entire line
following the command as a remark. Any text following the command
is not output by Runoff.

## Syntax

```
.* {text}
```

## Example(s)

```
The following text is ignored. .* comments begin here.
```

---
Source: https://d3codex.com/runoff/dot-asterisk-function/ - part of the D3Codex reference.
