function?
builtin-function
(function? expr)
Returns true if expr is a function, i.e. a suitable argument to apply and funcall.
expr
apply
funcall
make-html > (function? .length) it: true make-html > (function? +) it: true