Full Macro-form Evaluation
First the form is fully expanded, and then the resulting form is evaluated.
> (setq s nil)
NIL
> (push 5 s)
(5)
> (push '(next element) s)
((NEXT ELEMENT) 5)
Previous slide
Next slide
Back to first slide
View graphic version