16.6.2.0715 ALSO SEARCH EXT
( -- )
Transform the search order consisting of widn, ... wid2, wid1 (where wid1 is searched first) into widn, ... wid2, wid1, wid1. An ambiguous condition exists if there are too many word lists in the search order.
Implementation:
Testing:
ContributeContributions
AtH [70] ALSO without VOCABULARY Request for clarification2018-09-18 12:51:27
Can someone provide an example, how to add a wordlist in the search order with the help of ALSO ?
In good old times we wrote VOCABULARY EDITOR … ONLY FORTH ALSO EDITOR
Now, when VOCABULARY is not in the Standard, we write WORDLIST CONSTANT EDITOR and what? GET-ORDER EDITOR SWAP 1+ SET-ORDER doesn’t require ALSO