aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/lib/forth2012/core-ext/marker-test.frt
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/lib/forth2012/core-ext/marker-test.frt')
-rw-r--r--amforth-6.5/avr8/lib/forth2012/core-ext/marker-test.frt18
1 files changed, 0 insertions, 18 deletions
diff --git a/amforth-6.5/avr8/lib/forth2012/core-ext/marker-test.frt b/amforth-6.5/avr8/lib/forth2012/core-ext/marker-test.frt
deleted file mode 100644
index 3a7c9b0..0000000
--- a/amforth-6.5/avr8/lib/forth2012/core-ext/marker-test.frt
+++ /dev/null
@@ -1,18 +0,0 @@
-#include dumper.frt
-#include order.frt
-#include marker.frt
-
-wordlist constant test-wl
-get-order test-wl swap 1+ set-order
-order
-marker empty
-
-' empty 4 - 10 idump
-
-: hallo ." Hallo " ;
-
-order
-words
-empty
-words
-order