| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
(define-macro name (lambda formals body ...)) |
When a form (name arg ...) is seen by the compiler,
it calls procedure with arg .... When procedure
returns, the compiler inserts the returned form in place of the original
form, and compile it again.