singleton-class? ( object -- ? )
Factor handbook » The language » Objects » Classes » Singleton classes

Prev:define-singleton-class ( word -- )
Next:singleton-class


Vocabulary
classes.singleton

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the singleton-class class.

Definition