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