aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/lib/forth2012/search/definitions.frt
blob: 7ab89f069582e1288981bb89bfa8892ef87eec0e (plain)
1
2
3
4
5
6
7
8
\ Make the compilation word list the same as the current first word list in the search order.

\ #require get-order.frt

: definitions ( -- )
    get-order over set-current
    0 ?do drop loop \ clean up
;