
Next: let and let*
Up: Transformation Rules
Previous: setq and Relatives
7.5cm

7.5cm remove 1 removes the functional object, the result of
< function >, from the stack
7.5cm

7.5cm for remove 1, see funcall;
expr
must evaluate to a list

8.5cm

6cm with:
- symbol is a new symbol
- body does not contain any free local variables
-
(defun symbol (v
v
)
. body)
is executed
8.5cm

7.1cm with:
- symbol is a new symbol
- f
f
are the free local
variables of body
-
(defun symbol
(f
f
v
v
)
. body)
is executed
