jan tolenaar / kiezellisp / index-of-everything

Name

special-form?

Usage

builtin-function

Syntax

(special-form? sym)

Description

Returns true if the symbol sym names a special form.

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