Handbook
Glossary
nlist_32/64? ( object -- ? )
Vocabulary
macho
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
nlist_32/64
class.
Definition
USING:
classes.tuple.private
kernel
math.private
slots.private
;
IN:
macho
:
nlist_32/64?
( object -- ? )
dup
tuple?
[
layout-of
dup
1
slot
9
fixnum>=
[
9
slot
dup
\
nlist_64
eq?
[
drop
t
]
[
\
nlist
eq?
]
if
]
[
drop
f
]
if
]
[
drop
f
]
if
;