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, 18 insertions, 0 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
new file mode 100644
index 0000000..3a7c9b0
--- /dev/null
+++ b/amforth-6.5/avr8/lib/forth2012/core-ext/marker-test.frt
@@ -0,0 +1,18 @@
+#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