# _ function

The _ function treats the following
character as a text character, rather than as a control character.

## Syntax

```
_
```

## Example(s)

```
This prints one underscore: __.
```

## See also

- [Control functions](https://d3codex.com/runoff/control-functions/)

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