| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: class-or-class-name
Returns the name of one of the slots of the specified class, which may
be used to print instances of the class in a meaningful way in class-grid
s and object-editor
s. The value may be
set at any time by calling (setf secondary-name-slot).
class-or-class-name should be either a class object or the name of a class.
The secondary name slot for a class is used only if the primary name slot has also been established. See primary-name-slot for more information.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |