A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.lispworks.com/documentation/HyperSpec/Body/f_pkg_ni.htm below:

CLHS: Function PACKAGE-NICKNAMES

CLHS: Function PACKAGE-NICKNAMES Function PACKAGE-NICKNAMES

Syntax:

package-nicknames package => nicknames

Arguments and Values:

package---a package designator.

nicknames---a list of strings.

Description:

Returns the list of nickname strings for package, not including the name of package.

Examples:

 (package-nicknames (make-package 'temporary
                                   :nicknames '("TEMP" "temp")))
=>  ("temp" "TEMP") 

Side Effects: None.

Affected By: None.

Exceptional Situations:

Should signal an error of type type-error if package is not a package designator.

See Also: None.

Notes: None.

The following X3J13 cleanup issue, not part of the specification, applies to this section:
Copyright 1996-2005, LispWorks Ltd. All rights reserved.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4