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