Inserting special characters
|
![]() |
|
Summary |
This example inserts parentheses and backslash characters by enclosing the whole macro in parentheses and preceding the special character to output with a backslash. |
When an @ macro appears within parentheses the (, ) and \ characters are treated specially. Preceding any of these characters with the backslash will output the character itself, so the macro below will output ()\. |
|
Document created on 08-Feb-2003 (revision 1)