aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/lib/forth2012/search/only.frt
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/common/lib/forth2012/search/only.frt')
-rw-r--r--amforth-6.5/common/lib/forth2012/search/only.frt7
1 files changed, 7 insertions, 0 deletions
diff --git a/amforth-6.5/common/lib/forth2012/search/only.frt b/amforth-6.5/common/lib/forth2012/search/only.frt
new file mode 100644
index 0000000..11d1a22
--- /dev/null
+++ b/amforth-6.5/common/lib/forth2012/search/only.frt
@@ -0,0 +1,7 @@
+\ sets the system specific forth wordlist
+
+\ #require set-order.frt
+
+: only
+ forth-wordlist 1 set-order
+;