2.21 Syntax Quoting: quote-syntax
| (quote-syntax datum) | 
Produces a syntax object that preserves the lexical
information and source-location information attached to
datum at expansion time.
Example:  | 
| > (syntax? (quote-syntax x)) | 
#t  | 
| ▼ | 2 | Syntactic Forms | 
| quote- | 
| (quote-syntax datum) | 
Example:  | 
| > (syntax? (quote-syntax x)) | 
#t  |