major touch-up into presentable form
[rrq/rrqforth.git] / adoc / p_depth.adoc
index 8a92b1308719b3f001fb2bb9a3b2587a92217dee..6b6c0cdeb5a93ce2c327fe4601968d658110cbfe 100644 (file)
@@ -1,9 +1,12 @@
+// stack.asm:  WORD p_depth,'DEPTH',fasm
+
 anchor:p_depth[]
 
-Word: DEPTH
-----------
+=== Word: DEPTH
 
-----
-stack.asm:     WORD p_depth,'DEPTH',fasm
-----
+....
+Data stack: ( -- v )
+....
 
+"DEPTH" is a function word that pushes the count of data stack cells
+onto the data stack.