aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/lib/forth2012/search/forth.frt
blob: 77d6e6f0708923a35654e606736f5a85d7807f61 (plain)
1
2
3
4
5
6
7
8
9
10
\ replace the first search order entry
\ with forth-wordlist

\ #require get-order.frt
\ #require set-order.frt

: forth
    get-order nip
    forth-wordlist swap set-order
;