# ! statement

The ! statement indicates that the text
following the ! is a comment. This works the same as the remark statement.

**Synonyms:** *, rem

## Syntax

```
! comments
```

## Example(s)

The ! indicates
that the text following it is a remark.

```
! mainline...
```

---
Source: https://d3codex.com/pickbasic-flashbasic/exclamation-statement/ - part of the D3Codex reference.
