`
).
See Figure 2.5.
\
).
See Figure 2.5.
base-char
.
base-string
.
integer
.
The most fundamental operation on a binary input stream
is read-byte
and on a binary output stream
is write-byte
.
See character.
2. (of a file)
having been created by opening a binary stream.
(It is implementation-dependent whether this is an detectable aspect
of the file, or whether any given character file can be
treated as a binary file.)
let
establishes variable bindings.”
or
“let
establishes bindings of variables.”
bit
;
that is, the integer 0
or the integer 1
.
(array bit)
,
and whose elements are of type bit
.
bit-vector
,
and whose elements are of type bit
.
boole
function,
and which is the value of exactly one of the
constant variables
boole-clr
, boole-set
,
boole-1
, boole-2
,
boole-c1
, boole-c2
,
boole-and
, boole-ior
,
boole-xor
, boole-eqv
,
boole-nand
, boole-nor
,
boole-andc1
, boole-andc2
,
boole-orc1
, or boole-orc2
.
block
or implicitly by operators
such as loop
, do
and prog
,
to which control and values may be transfered by
using a return-from
form with the name of the block.
block
form, names the block
established by that block
form.
See return
or return-from
.
&body
instead of &rest
. (Implementations are
permitted to provide extensions which distinguish body parameters
and rest parameters—e.g., the forms for operators
which were defined using a body parameter might be pretty printed
slightly differently than forms for operators which were
defined using rest parameters.)
boolean
;
that is, one of the following objects:
the symbol t
(representing true),
or the symbol nil
(representing false).
See generalized boolean.
when both O1 and O2 are viewed as generalized booleans.
let
are bound within
its body.”
See unbound.
2. adj. having a local binding which
shadows2 another.
“The variable *print-escape*
is bound while in
the princ
function.”
3. v.t. the past tense of bind.
nil
(denoting the length of the sequence),
or two integers (each denoting themselves).
broadcast-stream
.
built-in-class
.
write-byte
.)
byte
and
that specifies the range of bits in an integer to be used
as a byte by functions such as ldb
.