aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/lib/forth2012/tools/name2compile.frt
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/common/lib/forth2012/tools/name2compile.frt')
-rw-r--r--amforth-6.5/common/lib/forth2012/tools/name2compile.frt9
1 files changed, 0 insertions, 9 deletions
diff --git a/amforth-6.5/common/lib/forth2012/tools/name2compile.frt b/amforth-6.5/common/lib/forth2012/tools/name2compile.frt
deleted file mode 100644
index fa50d2b..0000000
--- a/amforth-6.5/common/lib/forth2012/tools/name2compile.frt
+++ /dev/null
@@ -1,9 +0,0 @@
-
-: name>compile ( nt -- xt1 xt2)
- dup nfa>cfa swap name>flags immediate? 1 = if
- ['] execute
- else
- ['] ,
- then
-;
-