macro?
builtin-function
(macro? sym)
Returns true if the symbol sym names a globally defined macro.
sym
make-html > (macro? 'when) it: true make-html > (macro? 'if) it: false