| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |