adjustable-array-p
.
adjust-array
can adjust its characteristics
by direct modification.
A conforming program may depend on
an array being actually adjustable
only if either that array is known to have been expressly adjustable
or if that array has been explicitly tested by adjustable-array-p
.
A
through Z
or a
through z
,
or being any implementation-defined character that has case,
or being some other graphic character
defined by the implementation to be alphabetic1.
2. a. n.
one of several possible constituent traits of a character.
For details, see Section 2.1.4.1 (Constituent Characters) and Section 2.2 (Reader Algorithm).
b. adj. (of a character)
being a character
that has syntax type constituent in the current readtable
and that has the constituent trait alphabetic[2a].
See Figure 2.8.
&
).
See Figure 2.5.
nil
.
nil
. (An apparently uninterned symbol
might or might not be an uninterned symbol. Uninterned symbols
have a home package of nil
, but symbols which have been uninterned
from their home package also have a home package of nil
,
even though they might still be interned in some other package.)
nil
as an argument.
+
to a list of integers returns
the sum of the elements of that list.”
array
, which serves as a container for other
objects arranged in a Cartesian coordinate system.
*
).
See Figure 2.5.
@
).
See Figure 2.5.
foo
, and nil
are atomic.”
(
x)
.
&aux
. Unlike all other variables
introduced by a lambda-list, aux variables are not
parameters.