Set the search order to the implementation-defined minimum search order. The minimum search order shall include the words FORTH-WORDLIST and SET-ORDER.
: so1 SET-ORDER ; \ In case it is unavailable in the forth wordlist
T{ ONLY FORTH-WORDLIST 1 SET-ORDER get-orderlist so1 -> }T T{ GET-ORDER -> get-orderlist }T