Version: 4.1
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.
Examples:  | 
> (syntax? (quote-syntax x))  | 
#t  | 
| ▼ | 2 | Syntactic Forms | 
| quote- | 
(quote-syntax datum)  | 
Produces a syntax object that preserves the lexical information and source-location information attached to datum at expansion time.
Examples:  | 
> (syntax? (quote-syntax x))  | 
#t  |