another example
[rrq/rrqforth.git] / adoc / p_Rgt.adoc
index 65fef542600f8e8c3923270d33444031fd1c9f2b..c3dcaee1bcdf794389a1e57307d9a2a18ba56cf4 100644 (file)
@@ -1,9 +1,12 @@
+// stack.asm:  WORD p_Rgt, 'R>',fasm
+
 anchor:p_Rgt[]
 
-Word: R>
-----------
+=== Word: R>
 
-----
-stack.asm:     WORD p_Rgt, 'R>',fasm
-----
+....
+Data stack: ( -- v )   Return stack: ( v -- )
+....
 
+"R>" is a function word that "moves" the top return stack value onto
+the data stack.