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.
|