Macro Examples
Add onto the end of the list
(defmacro push-last (item list)
`(setf ,list (nconc ,list (list ,item))))
Previous slide
Next slide
Back to first slide
View graphic version