Function: COMMON-LISP:FIND-SYMBOL

package type clhs github

Return the symbol named STRING in PACKAGE. If such a symbol is found then the second value is :INTERNAL, :EXTERNAL or :INHERITED to indicate how the symbol is accessible. If no symbol is found then both values are NIL.

Lambda list

(sb-impl::name &optional package)