jan tolenaar / kiezellisp / index-of-everything

Name

function?

Usage

builtin-function

Syntax

(function? expr)

Description

Returns true if expr is a function, i.e. a suitable argument to apply and funcall.

make-html > (function? .length)
it: true
make-html > (function? +)
it: true