Handbook
Glossary
Uninterned words
Factor handbook
»
The language
»
Words
»
Word introspection
Prev:
Looking up and creating words
Next:
Word properties
A word that is not a member of any vocabulary is said to be
uninterned
.
There are several ways of creating an uninterned word:
<word>
( name vocab -- word )
<uninterned-word>
( name -- word )
gensym
( -- word )
define-temp
( quot effect -- word )
define-temp-syntax
( quot -- word )