Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
callstack? ( object -- ? )
Vocabulary
kernel
Inputs and outputs
object
an
object
?
a boolean
Word description
Tests if the object is an instance of the
callstack
class.
Definition
USING:
kernel.private
;
IN:
kernel
:
callstack?
( object -- ? )
tag
10
eq?
;