Handbook
Glossary
error-list-updater? ( 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
error-list-updater
class.
Definition
USING:
kernel
;
IN:
ui.tools.error-list
:
error-list-updater?
( object -- ? )
\
error-list-updater
eq?
;