Packages cont’d 1
a symbol accessible in the current package can be referenced by its name
a symbol which is not accessible in the current package can be referenced by prefixing a package qualifier to its name
the Common Lisp symbol *package*, which, like other symbols specified by the Common Lisp standard, is in the Common Lisp package and can always be referenced with common-lisp:*package* and cl:*package*