undefined:tools_misc — immediate primitive
FORTH
[UNDEFINED]
 ( [name] -- flag )( | ); | 
| ; | 
Search the dictionary for _name_. If _name_ is found, return FALSE; otherwise return TRUE. Immediate for use in definitions.
see [DEFINED]
: [UNDEFINED] DEFINED 0= ; IMMEDIATE