16.6.2.1965 ONLY SEARCH EXT
( -- )
Set the search order to the implementation-defined minimum search order. The minimum search order shall include the words FORTH-WORDLIST and SET-ORDER.
Implementation:
Testing:
ContributeContributions
JimPeterson
[377] First Tests Seem WrongSuggested Testcase2025-04-23 19:58:40
The definition says "The minimum search order shall include the words FORTH-WORDLIST and SET-ORDER.", but the first test uses the words FORTH and GET-ORDER after calling ONLY. An otherwise conforming implementation could fail this test, and honestly it would be better if FORTH was also required in "the minimum search order", as I imagine many are used to using "ONLY FORTH" in their code.