Go to the first, previous, next, last section, table of contents.


Macro Call Forms

Macros are source code expansions, the general idea is that a macro is a function which using the unevaluated arguments applied to it, computes another form (the expansion of the macro and its arguments) which is then evaluated to provide the value of the form. For more details see section Macros.


Go to the first, previous, next, last section, table of contents.