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:
:
ONLY
(
-- ) -1
SET-ORDER
;
Testing:
T{
ONLY
FORTH
GET-ORDER
-> get-orderlist }T
:
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
Forth 2012
Forth 2012
Search-Order word set
Foreword
Proposals Process
200
x
Membership
Introduction
Terms, notation, and references
Usage requirements
Documentation requirements
Compliance and labeling
Glossary
Block word set
Double-Number word set
Exception word set
Facility word set
File-Access word set
Floating-Point word set
Locals word set
Memory-Allocation word set
Programming-Tools word set
Search-Order word set
String word set
Extended-Character word set
Rationale
Bibliography
Compatibility analysis
Portability guide
Reference Implementations
Test Suite
Alphabetic list of words
Glossary
Introduction
Additional terms and notation
Additional usage requirements
Additional documentation requirements
Compliance and labeling
Glossary
ONLY
DEFINITIONS
FIND
FORTH-WORDLIST
GET-CURRENT
GET-ORDER
SEARCH-WORDLIST
SET-CURRENT
SET-ORDER
WORDLIST
ALSO
FORTH
ONLY
ORDER
PREVIOUS