Handbook
Glossary
not-simple? ( object -- ? )
Vocabulary
regexp
.
classes
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
not-simple
class.
Definition
USING:
accessors
kernel
;
IN:
regexp.classes
:
not-simple?
( object -- ? )
dup
not-class?
[
class>>
simple-class?
]
[
drop
f
]
if
;