<uninterned-word> ( name -- word )
Factor handbook » The language » Words » Word introspection » Uninterned words

Prev:<word> ( name vocab -- word )
Next:gensym ( -- word )


Vocabulary
words

Inputs
namea string


Outputs
worda word


Word description
Creates an uninterned word with the specified name, that is not equal to any other word in the system.

Notes
Unlike create-word, this word does not have to be called from inside with-compilation-unit.

Variable value
Current value in global namespace:
36262


Definition