another example
[rrq/rrqforth.git] / adoc / p_dodoes.adoc
index 19319f53e2d9c655b213c95bb08617b138f159d5..9a1c320141fe814dba501773db06d351b4682cba 100644 (file)
@@ -1,9 +1,14 @@
+// rrqforth.asm:       WORD p_dodoes,'doDOES',dovariable
+
 anchor:p_dodoes[]
 
-Word: doDOES
-----------
+=== Word: doDOES
 
-----
-rrqforth.asm:  WORD p_dodoes,'doDOES',dovariable
-----
+....
+Data stack: ( -- a )
+....
 
+"doDOES" is a variable word whose value is the implementation of the
+<<p_does>> execution semantics. This is the same as
+<<p_doforth,doFORTH>> but it starts at an offset into the word
+concerned.