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