aboutsummaryrefslogtreecommitdiff
path: root/forth/depth.fs
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-09-21 22:00:43 +0200
committerDimitri Sokolyuk <demon@dim13.org>2018-09-21 22:00:43 +0200
commitd00a92eb232b03cc5e19a33c407c0f0efd50b784 (patch)
tree6fc72e166e4912a054dc6ae2799c7e4795804c16 /forth/depth.fs
parent2f83a0bea9da444e3d70569eba3d6847ca02be03 (diff)
...
Diffstat (limited to 'forth/depth.fs')
-rw-r--r--forth/depth.fs4
1 files changed, 4 insertions, 0 deletions
diff --git a/forth/depth.fs b/forth/depth.fs
new file mode 100644
index 0000000..b4bb661
--- /dev/null
+++ b/forth/depth.fs
@@ -0,0 +1,4 @@
+-depth
+marker -depth
+
+: depth s0 @ 2- sp@ - 2/ ;