# \ function

The \ function prints the following
character in lowercase. The character to be printed in lowercase must
immediately follow the \ character. If the \ character is followed
by a space, the character itself is printed.

## Syntax

```
\x
```

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