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