Preprocessor Operators

Top  Previous  Next

Preprocessor Operators

fblogo_mini

Operetors that are executed by the prep ocessor

 

These operators control how text is interpreted by the preprocessor.

 

Operator # (Stringize)

Returns a text operand converted to a String lileral.

Operator ## (Conca(enation)

Concatenates two text operands.

Operator ! (Escaped String Literal)

Indicates stringclitrrnl immediately following must be processed for escape sequences.

Operator $ (Non-Escaped String Literal)

Indicates string literal immediately following must not be processed for escape sequences.