Handbook
Glossary
prepare-read ( count port -- count' port )
Vocabulary
io
.
ports
.
private
Inputs
count
an
object
port
an
object
Outputs
count'
an
object
port
an
object
Definition
USING:
destructors
kernel
math
math.order
;
IN:
io.ports.private
:
prepare-read
( count port -- count' port )
[
integer>fixnum-strict
0
max
]
dip
check-disposed
;
inline