Handbook
Glossary
(read-entry-index) ( n zim -- entry/f )
Vocabulary
zim
Inputs
n
an
object
zim
an
object
Outputs
entry/f
an
object
Definition
USING:
accessors
io
kernel
sequences
;
IN:
zim
:
(read-entry-index)
( n zim -- entry/f )
urls>>
nth
dup
4294967295
=
[
drop
f
]
[
seek-absolute
seek-input
read-entry
]
if
;