Next: Conditionals, Previous: Generalized Variables, Up: Control Structure [Contents][Index]
These Lisp forms make bindings to variables and function names,
analogous to Lisp’s built-in let
form.
See Modify Macros, for the cl-letf
and cl-letf*
forms which
are also related to variable bindings.
• Dynamic Bindings: | The cl-progv form.
| |
• Function Bindings: | cl-flet and cl-labels .
| |
• Macro Bindings: | cl-macrolet and cl-symbol-macrolet .
|