*debug-io*
.
declaration
,
dynamic-extent
,
ftype
,
function
,
ignore
,
inline
,
notinline
,
optimize
,
special
,
or type
;
or a symbol which is the name of a type;
or a symbol which has been declared
to be a declaration identifier by using a declaration
declaration.
declaim
form, or as the argument to proclaim
,
and which has a car which is a declaration identifier,
and which has a cdr that is data interpreted according to rules
specific to the declaration identifier.
declaim
, or proclaim
.
t
. Such a method is always an applicable method
but might be shadowed2 by a more specific method.
define-method-combination
.
See Section 3.4.10 (Define-method-combination Arguments Lambda Lists).
define-modify-macro
.
See Section 3.4.9 (Define-modify-macro Lambda Lists).
defun
and defparameter
are defining forms.”
&aux
and that it permits use of &environment
.
See Section 3.4.7 (Defsetf Lambda Lists).
nil
).
See Section 3.4.8 (Deftype Lambda Lists).
-7
but where 0.001
was a valid mantissa, the number 1.0e-10
might be representable as 0.001e-7
internally even if the normalized
representation would call for it to be represented instead as 1.0e-10
or 0.1e-9
. By their nature, denormalized floats generally
have less precision than normalized floats.
deftype
defines derived types,
and there may be other implementation-defined operators
which do so as well.
destructuring-bind
and
nested within macro lambda lists.
See Section 3.4.5 (Destructuring Lambda Lists).
"FOO"
and "foo"
are different under
equal
but not under equalp
.”
0
to 9
,
A
to Z
, and a
to z
) and that is defined to have an
associated numeric weight as a digit in that radix.
See Section 13.1.4.6 (Digits in a Radix).
make-instance
always returns a
direct instance of the class which is (or is named by)
its first argument.”
documentation
.
“The body of code in a defmacro
form can be preceded
by a documentation string of kind function.”
.
).
See Figure 2.5.
nil
.
(An atom by itself is not a dotted list, however.)
double-float
.
"
).
See Figure 2.5.
unwind-protect
,
and
bindings of
dynamic variables,
exit points established by catch
,
condition handlers,
and
restarts.