Handbook
Glossary
tar-header? ( object -- ? )
Vocabulary
tar
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
tar-header
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
tar
:
tar-header?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
tar-header
eq?
]
[
drop
f
]
if
;