funcall
builtin-function
(funcall func &rest args)
Returns the value of calling func with arguments args.
func
args
make-html > (+ 3 4) it: 7 make-html > (funcall + 3 4) it: 7