Next: Predicates, Previous: Overview, Up: Top [Contents][Index]
This section describes features of the CL package which have to
do with programs as a whole: advanced argument lists for functions,
and the eval-when
construct.
• Argument Lists: | ‘&key’, ‘&aux’, ‘defun*’, ‘defmacro*’. | |
• Time of Evaluation: | The ‘eval-when’ construct. | |
• Function Aliases: | The ‘defalias’ function. |