In the latest draft, there is really no difference between core `FIND` and search-order `FIND`, because the difference has been factored out into Sections 3.4.2 and 16.3.3, as well as into 2.1 and 16.2. | Forth Standard
AntonErtl| forth-standard.org
When searching for a word with NDCS, what XT should be returned?| forth-standard.org
> Some systems (e.g., Gforth-0.7) implement words (e.g., `if`) without interpretation semantics; | Forth Standard
AntonErtl| forth-standard.org
> are colon-definitions supposed to be compiled in data space (addressable by `@`, `!` etc)? | Forth Standard
ruv| forth-standard.org
AntonErtl| forth-standard.org
BerndPaysan| forth-standard.org
As mentioned, there is no guarantee, so a system could run out of wordlists after 8 calls to `WORDLIST`, whether there were markers used or not. | Forth Standard