SINGLETONS:
Factor handbook » The language » Objects » Classes » Singleton classes

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


Vocabulary
syntax

Syntax
SINGLETONS: words... ;


Inputs
None

Outputs
None

Word description
Creates a new singleton for every token until the ;.

Definition