major touch-up into presentable form
[rrq/rrqforth.git] / adoc / p_over.adoc
index 78be2430bc9f0288e0ca744f6b3b20c81fcdd0fa..5746eb6f0aac9cd144cc23bf7158f874acf0ec05 100644 (file)
@@ -1,9 +1,14 @@
+// stack.asm:  WORD p_over, 'OVER',fasm
+
 anchor:p_over[]
 
-Word: OVER
-----------
+=== Word: OVER
+
+....
+Data stack: ( v1 v2 -- v1 v2 v1 )
+....
+
+"OVER" is a function word that duplicates the second top stack cell on
+the data stack.
 
-----
-stack.asm:     WORD p_over, 'OVER',fasm
-----