callstack? ( object -- ? )


Vocabulary
kernel

Inputs and outputs
objectan 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? ;