Macros within quote strings
A quote string differs from an apostrophe string in that it is scanned for
special characters and digraphs and may straddle more than one line. Thus if
macros are defined as
macro:(head:,"ERROR IN NAME $#
NAME:")
macro:(name:,JOHN)
the invocation of head: will result in the output of 'ERROR IN NAME JOHN'.
|