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