Proposal: Traverse-wordlist does not find unnamed/unfinished definitions
Accepted
This page is dedicated to discussing this specific proposal
ContributeContributions
AntonErtl [153] Traverse-wordlist does not find unnamed/unfinished definitionsProposal2020-09-01 17:41:58
Author:
M. Anton Ertl
Change Log:
Initial version
Problem:
Does TRAVERSE-WORDLIST find unfinished or nameless definitions?
Solution:
It does not.
Proposal:
Change
Execute xt once for every word in the wordlist wid,
into
Execute xt once for every named and findable word in the wordlist wid,
Discussion
This is a wording change. The use of "findable" is taken from it's use in the definition of ":" an DOES>. Possible problem: A shadowed word is not findable with FIND, FIND-NAME-IN etc, but may be reached with TRAVERSE-WORDLIST.