jan tolenaar / kiezellisp / index-of-everything

Name

special-symbol?

Usage

builtin-function

Syntax

(special-symbol? expr)

Description

Returns true if expr is a symbol whose name starts with a $ character.

make-html > (special-symbol? 'stdout)
it: false
make-html > (special-symbol? '$stdout)
it: true