RC supports using the standard C preprocessing operators in macro definitions. These operators are described in the following table.
| Operator | Description |
|---|---|
| # | Encloses the argument in double quotes. |
| #@ | Encloses the argument in single quotes. |
| ## | Concatenates tokens used as arguments to form other tokens. |