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