Handbook
Glossary
source-file-renderer? ( object -- ? )
Vocabulary
ui
.
tools
.
error-list
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
source-file-renderer
class.
Definition
USING:
kernel
;
IN:
ui.tools.error-list
:
source-file-renderer?
( object -- ? )
\
source-file-renderer
eq?
;