| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: &optional package-name
If package-name is not given, print the name
of the current package (using the value of
*package*
). Otherwise, if a package with
package-name exists, then make that package
current, using in-package. If
no such package exists, a warning is printed, but no package change is
done. The argument package-name must be a symbol
or a string but do not use quotation marks.
The minimal abbreviation of :package is :pa.
See top-level.htm for more information on top-level commands.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |