macro[primitive] macro name pattern body
RRS: just like schmac, except that body is scheme code rather than meta-language code. Macros defined with this should be completely transportable.
[syntax] macro formals body
STk: creates a macro. See also macro?,
macro-expand, macro-expand-1, macro-body,
define-macro.
LispMe: creates a macro. See also macro?.
|