Handbook
Glossary
highlighted-word? ( object -- ? )
Vocabulary
prettyprint
.
stylesheet
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
highlighted-word
class.
Definition
USING:
kernel
words
;
IN:
prettyprint.stylesheet.private
:
highlighted-word?
( object -- ? )
dup
word?
[
[
parsing-word?
]
[
delimiter?
]
bi
or
]
[
drop
f
]
if
;