Preprocessor Operators
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 quotes. |
#@ | Encloses the argument in single quotes. |
## | Concatenates tokens used as arguments to form other tokens. |