在下面的宏时:
(defmacro when (condition &rest body) `(if ,condition (progn ,@body)))
为什么那里有一个标志?
lisp macros
lisp ×1
macros ×1