import-symbol
builtin-function
(import-symbol name)
(import-symbols &rest names)
Adds the symbol referenced by the string name to the current package.
name must specify a package name and a symbol name,
e.g. (import-symbol "csv:read-grid-from-string")