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