# rem statement

The rem statement, used in a macro,
designates a remark statement and all text which follows on the same
line is ignored.

The remark statement is used to explain
or document the macro. It is provided for compatibility and readability.

## Syntax

```
rem text
```

---
Source: https://d3codex.com/tcl/rem-statement/ - part of the D3Codex reference.
