aboutsummaryrefslogtreecommitdiff
path: root/forth/forth/jt-test.fs
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-09-21 21:59:17 +0200
committerDimitri Sokolyuk <demon@dim13.org>2018-09-21 21:59:17 +0200
commit2f83a0bea9da444e3d70569eba3d6847ca02be03 (patch)
tree20163bbd478f40679d22f5e964aef94c688639f0 /forth/forth/jt-test.fs
parent125127ee67891e1813164e20aa848a80b9d2f2a0 (diff)
...
Diffstat (limited to 'forth/forth/jt-test.fs')
-rw-r--r--forth/forth/jt-test.fs9
1 files changed, 9 insertions, 0 deletions
diff --git a/forth/forth/jt-test.fs b/forth/forth/jt-test.fs
new file mode 100644
index 0000000..9bda3b5
--- /dev/null
+++ b/forth/forth/jt-test.fs
@@ -0,0 +1,9 @@
+\ example
+-tf
+marker -tf
+: .default ." no match " ;
+flash
+' .default 0 ' true 9 ' false 5 3 jt tf
+ram
+5 tf
+9 tf