jan tolenaar / kiezellisp / index-of-everything

Name

macro?

Usage

builtin-function

Syntax

(macro? sym)

Description

Returns true if the symbol sym names a globally defined macro.

make-html > (macro? 'when)
it: true
make-html > (macro? 'if)
it: false