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