可以在visual lisp editor里跟踪一下。
帮助文件内解释:Tells the Visual LISP compiler to link and optimize an argument as if it were a built-in function
(function symbol | lambda-expr)
The function function is identical to the quote function, except it tells the Visual LISP compiler to link and optimize the argument as if it were a built-in function or defun.
Compiled lambda expressions that are quoted by function will contain debugging information when loaded into the Visual LISP IDE