Different
macro quoting functions mask different special characters and mnemonics
so the macro facility interprets them as text instead of as macro
language symbols.
The following table
divides the symbols into categories and shows which macro quoting
functions mask which symbols.
Summary of Special Characters and Macro Quoting Functions by
Item
|
|
|
|
+ — */<>=¬^|~;,
# blank AND OR NOT EQ NE LE LT GE GT IN
|
|
|
|
%NRSTR, %NRBQUOTE, %SUPERQ,
%NRQUOTE
|
|
|
%BQUOTE, %NRBQUOTE,
%SUPERQ, %STR*, %NRSTR*, %QUOTE*, %NRQUOTE*
|
By Function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Macro execution (prevents
resolution)
|
|
|
Macro execution. Requires
unmatched quotation marks and parentheses to be marked with a percent
sign (%).
|
|
|
Macro execution. Requires
unmatched quotation marks and parentheses to be marked with a percent
sign (%).
|
*Unmatched quotation
marks and parentheses must be marked with a percent sign (%) when
used with %STR, %NRSTR, %QUOTE, and %NRQUOTE.
|