# c command (PROC processor)

The c command indicates a remark command.
All text that follows on the same line is ignored by the PROC interpreter.

## Syntax

```
c {text}
```

## Parameter(s)

| text | Remarks. |
| --- | --- |

## Description

Use this command to insert text
that adds clarity and readability to a Proc. Keep in mind that since
a Proc is an interpreted command, excessive comments slow down execution.

## Example(s)

```
pq
c This Proc runs the month-end processing
```

## See also

- [PROC processor](https://d3codex.com/proc/proc-processor/)
- [rem statement](https://d3codex.com/pickbasic-flashbasic/rem-statement/)

---
Source: https://d3codex.com/proc/c-command-proc-processor/ - part of the D3Codex reference.
