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