ДР
Size: a a a
LL
LL
ДР
LL
Aß
LL
LL
Aß
¥
ДР
LL
Aß
(defmacro lambda (&rest args)
`#'(lambda ,@args))
Aß
LL
(defmacro lambda (&rest cdr)
;; Note that this definition should not use backquotes; subr.el should not
;; depend on backquote.el.
(list 'function (cons 'lambda cdr)))
Aß
LL