aboutsummaryrefslogtreecommitdiff
path: root/forth/elegoo/depth.fs
diff options
context:
space:
mode:
Diffstat (limited to 'forth/elegoo/depth.fs')
-rw-r--r--forth/elegoo/depth.fs4
1 files changed, 4 insertions, 0 deletions
diff --git a/forth/elegoo/depth.fs b/forth/elegoo/depth.fs
new file mode 100644
index 0000000..b4bb661
--- /dev/null
+++ b/forth/elegoo/depth.fs
@@ -0,0 +1,4 @@
+-depth
+marker -depth
+
+: depth s0 @ 2- sp@ - 2/ ;