Function: COMMON-LISP:UNINTERN

package type clhs github

Makes SYMBOL no longer present in PACKAGE. If SYMBOL was present then T is returned, otherwise NIL. If PACKAGE is SYMBOL’s home package, then it is made uninterned.

Lambda list

(symbol &optional package)