Since I read Stephen Peltz's Forth Programming, the text seems to imply that dictionaries and word lists can be separate things. I thought that dictionary dictionaries contain a name field, a code field, etc. Therefore, separate word lists do not make sense to me.
Are wordlists the only way to talk about the fields of the name of the word "Fort" or are wordlists containing actual data structures separate from dictionary entries? (Forward language resources are a little poorer than the main languages)
source
share