0
, 1
, ..., 9
, A
, B
, ..., Z
,
which have the weights
0
, 1
, ..., 9
, 10
, 11
, ..., 35
,
respectively.
Case is not significant in parsing numbers of radix greater
than 10
, so “9b8a” and “9B8A” denote the same radix
16
number.)
random-state
.
ratio
.
rational
.
set-dispatch-macro-character
.
readtable
.
nil
(denoting the standard readtable),
or a readtable (denoting itself).
make-package
or defpackage
are registered packages. Registered packages can be turned into
unregistered packages by delete-package
.)
#P"../foo.text"
denotes a relative
pathname if the host file system is Unix.”
See absolute.
character
. See Section 13.1.2.2 (Character Repertoires).
print-object
on the condition
in an environment where the value of *print-escape*
is false.
&rest
.
restart
.
invoke-restart
.
The primary purpose of a restart function is to provide an alternate
interface. By convention, a restart function usually has the same name
as the restart which it invokes. The next figure shows a list of the
standardized restart functions.
)
”,
that is variously called
“right parenthesis”
or “close parenthesis”
See Figure 2.5.
compile
function or to implicit compilation,
for which the compilation and run-time environments are maintained
in the same Lisp image.