aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/lib/forth2012/search/only.frt
blob: 11d1a22bc0128fcf92ce6bacd9673619eb4d1ed8 (plain)
1
2
3
4
5
6
7
\  sets the system specific forth wordlist

\ #require set-order.frt

: only 
   forth-wordlist 1 set-order
;