Handbook
Glossary
text? ( object -- ? )
Vocabulary
html
.
parser
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
text
class.
Definition
USING:
kernel
;
IN:
html.parser
:
text?
( object -- ? )
\
text
eq?
;