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