3.21 Syntax Quoting: quote-syntax
syntax
(quote-syntax datum)
Similar to quote, but produces a syntax object
that preserves the lexical information and source-location
information attached to datum at expansion time.
Unlike syntax (#'), quote-syntax does not substitute pattern variables bound by with-syntax, syntax-parse, or syntax-case.
Examples: | ||||||||
|