`form (backquote form)
A
The abbreviation for backquote
.
As far as the parser and printer are concerned, `form
and
(backquote form)
are exactly equivalent.
(prn '(backquote (y (unquote z)))) ; prints `(y ~z)
`form (backquote form)
The abbreviation for backquote
.
As far as the parser and printer are concerned, `form
and
(backquote form)
are exactly equivalent.
(prn '(backquote (y (unquote z)))) ; prints `(y ~z)