Name

to-name:header — ordinary primitive

Synopsis

FORTH

>NAME ( cfa -- nfa )();
p4:"to-name";

Description

converts a pointer to the code-field (CFA) to point then to the corresponding name-field (NFA)

 implementation-specific simulation:
   : >NAME  >LINK L>NAME ;