A line of comment can be specified using the syntax
```
local remark TEXT
```
When connected to an Invantive UniversalSQL database, comments can be specified using `--` or `/*...*/`. When connected to a native platform, comments can also be specified using the native approach.
## Examples
Two lines of comment are specified:
```
local remark hoi hoi
local remark hoi hoi
```