| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: fspec
Function specs in Allegro CL have internal and external
representations. The external representation is a list but the
internal representation is more complicated. This function returns the
third element of the function spec argument if there is one (returns
nil
if there is not) regardless of whether
the representation is internal or external.
See implementation.htm, particularly section Function specs and also fspec-first, and fspec-second.
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 |