WORDS   .id   >BODY   c>n   n>c

WORDS ( ---)

List the definition names in the first word list of the search order. The format of the display is implementation-dependent.

.id ( nfa ---)

Specific Flash Forth

Used to print a word name from the dictionary,

' key c>n .id   \ display: key

>BODY ( xt -- a-addr )

Leave the parameter field address of a created word.

c>n ( addr1 -- addr2 )

Specific Flash Forth

Convert cfa to nfa.

n>c ( nfa -- cfa )

Specific Flash Forth

Convert nfa to cfa.